public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/python-twine] f45: Update to 7.0.0 + move to Forge macros
@ 2026-08-15 20:06 Filipe Rosset
  0 siblings, 0 replies; only message in thread
From: Filipe Rosset @ 2026-08-15 20:06 UTC (permalink / raw)
  To: git-commits

            A new commit has been pushed.

            Repo   : rpms/python-twine
            Branch : f45
            Commit : aca2aebf3ad34a77b485c1a75db2412280e68e2b
            Author : Filipe Rosset <rosset.filipe@gmail.com>
            Date   : 2026-08-06T16:37:29-03:00
            Stats  : +9/-8 in 2 file(s)
            URL    : https://src.fedoraproject.org/rpms/python-twine/c/aca2aebf3ad34a77b485c1a75db2412280e68e2b?branch=f45

            Log:
            Update to 7.0.0 + move to Forge macros

Enabled the tests that were disabled in previous version

---
diff --git a/python-twine.spec b/python-twine.spec
index b705d4f..4fd5229 100644
--- a/python-twine.spec
+++ b/python-twine.spec
@@ -1,17 +1,19 @@
 %global srcname twine
+%global forgeurl https://github.com/pypa/twine
+Version:        7.0.0
+%forgemeta
 
 %bcond_without tests
 %bcond_without docs
 %bcond_with internet
 
 Name:           python-%{srcname}
-Version:        6.2.0
 Release:        %autorelease
 Summary:        Collection of utilities for interacting with PyPI
 
 License:        Apache-2.0
-URL:            https://github.com/pypa/%{srcname}
-Source0:        %{pypi_source}
+URL:            %{forgeurl}
+Source0:        %{forgesource}
 
 BuildArch:      noarch
 
@@ -89,11 +91,10 @@ install -p -D -T -m 0644 docs/build/man/%{srcname}.1 %{buildroot}%{_mandir}/man1
 
 %if %{with tests}
 %check
-%pytest -v \
-      --deselect tests/test_check.py::test_fails_rst_syntax_error \
+%pytest -v
 %if %{without internet}
-      --deselect tests/test_integration.py \
-      --deselect tests/test_upload.py::test_check_status_code_for_wrong_repo_url \
+%pytest -v --deselect tests/test_integration.py \
+           --deselect tests/test_upload.py::test_check_status_code_for_wrong_repo_url \
 %endif
 ;
 # without internet

diff --git a/sources b/sources
index d9630e3..fc16ae8 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (twine-6.2.0.tar.gz) = c55145f626095eb4fbe6463dbc7a6314d523d6b303a46ccfd78723075fcc36afcb17e69db9219494751f5fd1e59a92b09fb774b32cc5f05fa0ff51e8d2424729
+SHA512 (twine-7.0.0.tar.gz) = 5b28284ceb4fb345dd7dcba33db0a5b52d4ed69d129910378c3203fd558621a999d8f93dda8abc28093af7d9f8277225e39e77fe472e027bb8605ba22232ea4d

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

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

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-08-15 20:06 [rpms/python-twine] f45: Update to 7.0.0 + move to Forge macros Filipe Rosset

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