public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Filipe Rosset <rosset.filipe@gmail.com>
To: git-commits@fedoraproject.org
Subject: [rpms/python-twine] f45: Update to 7.0.0 + move to Forge macros
Date: Sat, 15 Aug 2026 20:06:36 GMT	[thread overview]
Message-ID: <178682439698.1.16011752069438046542.rpms-python-twine-aca2aebf3ad3@fedoraproject.org> (raw)

            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

                 reply	other threads:[~2026-08-15 20:06 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=178682439698.1.16011752069438046542.rpms-python-twine-aca2aebf3ad3@fedoraproject.org \
    --to=rosset.filipe@gmail.com \
    --cc=git-commits@fedoraproject.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox