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

A new commit has been pushed.

Repo   : rpms/rust-cssparser
Branch : epel10
Commit : 3ab40a7808fdb99eea314b309cde14fe6c09d52b
Author : Fabio Valentini <decathorpe@gmail.com>
Date   : 2026-03-02T23:59:17+01:00
Stats  : +15/-7 in 4 file(s)
URL    : https://src.fedoraproject.org/rpms/rust-cssparser/c/3ab40a7808fdb99eea314b309cde14fe6c09d52b?branch=epel10

Log:
Update to version 0.35.0

---
diff --git a/.gitignore b/.gitignore
index 3aa73aa..3ce1cdf 100644
--- a/.gitignore
+++ b/.gitignore
@@ -18,3 +18,4 @@
 /cssparser-0.28.1.crate
 /cssparser-0.29.6.crate
 /cssparser-0.31.2.crate
+/cssparser-0.35.0.crate

diff --git a/rust-cssparser.spec b/rust-cssparser.spec
index 311096a..2cd6002 100644
--- a/rust-cssparser.spec
+++ b/rust-cssparser.spec
@@ -1,11 +1,11 @@
-# Generated by rust2rpm 24
-%bcond_without check
+# Generated by rust2rpm 28
+%bcond check 1
 %global debug_package %{nil}
 
 %global crate cssparser
 
 Name:           rust-cssparser
-Version:        0.31.2
+Version:        0.35.0
 Release:        %autorelease
 Summary:        Rust implementation of CSS Syntax Level 3
 
@@ -15,7 +15,7 @@ Source:         %{crates_source}
 # * fix typo in code block attribute to fix issues with Rust 1.80+
 Patch:          0001-Fix-typo-in-code-block-attribute-to-fix-issues-with-.patch
 
-BuildRequires:  rust-packaging >= 21
+BuildRequires:  cargo-rpm-macros >= 24
 
 %global _description %{expand:
 Rust implementation of CSS Syntax Level 3.}
@@ -85,7 +85,7 @@ use the "serde" feature of the "%{crate}" crate.
 %ghost %{crate_instdir}/Cargo.toml
 
 %prep
-%autosetup -n %{crate}-%{version_no_tilde} -p1
+%autosetup -n %{crate}-%{version} -p1
 %cargo_prep
 
 %generate_buildrequires
@@ -99,7 +99,7 @@ use the "serde" feature of the "%{crate}" crate.
 
 %if %{with check}
 %check
-# https://github.com/servo/rust-cssparser/issues/213
+# * https://github.com/servo/rust-cssparser/issues/213
 %cargo_test -- --doc
 %endif
 

diff --git a/rust2rpm.toml b/rust2rpm.toml
new file mode 100644
index 0000000..9be4904
--- /dev/null
+++ b/rust2rpm.toml
@@ -0,0 +1,7 @@
+[features]
+hide = ["malloc_size_of", "skip_long_tests"]
+
+[tests]
+run = ["doc"]
+comments = ["https://github.com/servo/rust-cssparser/issues/213"]
+

diff --git a/sources b/sources
index e6ba113..e319eaa 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (cssparser-0.31.2.crate) = e1547bd14aa1febb23f03fa6c1ab711bb8483c6a212952d5a129a85aadbcce8c0069b7025fb294c889cc42b3e5e7c6882ab918b6d55fef9b788b63663f5b086c
+SHA512 (cssparser-0.35.0.crate) = 62bdae0d003714378046967f83fab37d0012ee618607684e0ce3e0e872f65a4b7e63a725cb0d6380bbacb20de5c5095377e2f97b3d4737376b61e4299e8eca97

^ 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] epel10: Update to version 0.35.0 Fabio Valentini

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