public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/sip6] rawhide: Update to new upstream release 6.16.0 (#2510136)
@ 2026-08-10 15:38 Scott Talbert
0 siblings, 0 replies; only message in thread
From: Scott Talbert @ 2026-08-10 15:38 UTC (permalink / raw)
To: git-commits
A new commit has been pushed.
Repo : rpms/sip6
Branch : rawhide
Commit : 466e30bb91bbee3b4980b022cdcba1732bc867d4
Author : Scott Talbert <swt@techie.net>
Date : 2026-08-10T11:37:54-04:00
Stats : +13/-9 in 3 file(s)
URL : https://src.fedoraproject.org/rpms/sip6/c/466e30bb91bbee3b4980b022cdcba1732bc867d4?branch=rawhide
Log:
Update to new upstream release 6.16.0 (#2510136)
Re-enable tests
---
diff --git a/.gitignore b/.gitignore
index e1f3b39..4c6ce15 100644
--- a/.gitignore
+++ b/.gitignore
@@ -23,3 +23,4 @@
/sip-6.14.0.tar.gz
/sip-6.15.1.tar.gz
/sip-6.15.3.tar.gz
+/sip-6.16.0.tar.gz
diff --git a/sip6.spec b/sip6.spec
index 47d90b5..e60cf6a 100644
--- a/sip6.spec
+++ b/sip6.spec
@@ -1,8 +1,8 @@
%global pypi_name sip
Name: sip6
-Version: 6.15.3
-Release: 3%{?dist}
+Version: 6.16.0
+Release: 1%{?dist}
Summary: SIP - Python/C++ Bindings Generator
%py_provides python3-sip6
@@ -16,6 +16,7 @@ BuildRequires: python3-devel
# For tests
BuildRequires: gcc-c++
+BuildRequires: python3-pytest
%global _description %{expand:
SIP is a collection of tools that makes it very easy to create Python bindings
@@ -39,19 +40,21 @@ export SETUPTOOLS_SCM_PRETEND_VERSION=%{version}
%install
%pyproject_install
+%pyproject_save_files -l sipbuild
-#check
-#{py3_test_envvars} {python3} -m unittest discover -v -s test
+%check
+%pytest
-%files
+%files -f %{pyproject_files}
%doc README.md
-%license LICENSE
%{_bindir}/sip*
-%{python3_sitelib}/sip-*
-%{python3_sitelib}/sipbuild/
%changelog
+* Mon Aug 10 2026 Scott Talbert <swt@techie.net> - 6.16.0-1
+- Update to new upstream release 6.16.0 (#2510136)
+- Re-enable tests
+
* Fri Jul 17 2026 Fedora Release Engineering <releng@fedoraproject.org> - 6.15.3-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_45_Mass_Rebuild
diff --git a/sources b/sources
index 992fdb6..1f4cf67 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (sip-6.15.3.tar.gz) = 4c071ddcd6a16003d825cf6f2951472cb9be1505119eda96371c6a4270ae6ce9f5c7c5cf290316bd9c8006961858d9783a1604478659255057b99374632d4571
+SHA512 (sip-6.16.0.tar.gz) = 6208fad41b6d1aadc13903b781e92bcd7d6c4c11f1028fe17f18953f837e2d300c9975b9c2b1ebb7092c00e9fa9dc6527fe809b1cf9b9951bf26ef6d028313db
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2026-08-10 15:38 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-08-10 15:38 [rpms/sip6] rawhide: Update to new upstream release 6.16.0 (#2510136) Scott Talbert
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox