public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/rust-cssparser-macros] epel10: Update to 0.6.1
@ 2026-06-15 14:13 Kalev Lember
  0 siblings, 0 replies; only message in thread
From: Kalev Lember @ 2026-06-15 14:13 UTC (permalink / raw)
  To: git-commits

            A new commit has been pushed.

            Repo   : rpms/rust-cssparser-macros
            Branch : epel10
            Commit : fcb589c2f5e60407aa4af7a3288f94dc090181a6
            Author : Kalev Lember <klember@redhat.com>
            Date   : 2023-10-01T21:02:26+02:00
            Stats  : +6/-3 in 3 file(s)
            URL    : https://src.fedoraproject.org/rpms/rust-cssparser-macros/c/fcb589c2f5e60407aa4af7a3288f94dc090181a6?branch=epel10

            Log:
            Update to 0.6.1

- Disable failing doctests

---
diff --git a/.gitignore b/.gitignore
index 184eb4d..fa4f22e 100644
--- a/.gitignore
+++ b/.gitignore
@@ -5,3 +5,4 @@
 /cssparser-macros-0.3.5.crate
 /cssparser-macros-0.3.6.crate
 /cssparser-macros-0.6.0.crate
+/cssparser-macros-0.6.1.crate

diff --git a/rust-cssparser-macros.spec b/rust-cssparser-macros.spec
index 38f74f7..ea03930 100644
--- a/rust-cssparser-macros.spec
+++ b/rust-cssparser-macros.spec
@@ -5,7 +5,7 @@
 %global crate cssparser-macros
 
 Name:           rust-cssparser-macros
-Version:        0.6.0
+Version:        0.6.1
 Release:        %autorelease
 Summary:        Procedural macros for cssparser
 
@@ -60,7 +60,9 @@ use the "default" feature of the "%{crate}" crate.
 
 %if %{with check}
 %check
-%cargo_test
+# doctests are failing
+# https://github.com/servo/rust-cssparser/issues/364
+%cargo_test -- --lib
 %endif
 
 %changelog

diff --git a/sources b/sources
index e9556c7..5e61126 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (cssparser-macros-0.6.0.crate) = 9b0aa19d46efe600fbb8b4763639affa5491727ae05312f5c7fb9c5c4d29971c33cb9afcee5001c7d0aec8677d36b5763986783ce8c897de892411f1bdb9a4ea
+SHA512 (cssparser-macros-0.6.1.crate) = 21d2f8bcaad0a8fff865b23bb2b59dcc5165f8861c4b9d7d70e9f302b58e2cc5ef8555bcab97889bfe81889a2b27863c755494baa64a52c65cd74687fe58b124

^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2026-06-15 14:13 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-06-15 14:13 [rpms/rust-cssparser-macros] epel10: Update to 0.6.1 Kalev Lember

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox