public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Lumir Balhar <lbalhar@redhat.com>
To: git-commits@fedoraproject.org
Subject: [rpms/python-zope-testrunner] f43: Update to 8.1 (rhbz#2332316)
Date: Fri, 11 Sep 2026 15:41:42 GMT	[thread overview]
Message-ID: <178914130238.1.5668810011665836262.rpms-python-zope-testrunner-ef7c9f53edcd@fedoraproject.org> (raw)

A new commit has been pushed.

Repo   : rpms/python-zope-testrunner
Branch : f43
Commit : ef7c9f53edcd7cb70a989bf4b1f17b4193167f7b
Author : Lumir Balhar <lbalhar@redhat.com>
Date   : 2025-11-02T23:18:02+01:00
Stats  : +5/-29 in 3 file(s)
URL    : https://src.fedoraproject.org/rpms/python-zope-testrunner/c/ef7c9f53edcd7cb70a989bf4b1f17b4193167f7b?branch=f43

Log:
Update to 8.1 (rhbz#2332316)

---
diff --git a/python-zope-testrunner.spec b/python-zope-testrunner.spec
index 210a52a..5a3ea61 100644
--- a/python-zope-testrunner.spec
+++ b/python-zope-testrunner.spec
@@ -5,7 +5,7 @@
 %global _docdir_fmt python3-zope-testrunner
 
 Name:           python-zope-testrunner
-Version:        6.6
+Version:        8.1
 Release:        %autorelease
 Summary:        Zope testrunner script
 
@@ -13,7 +13,6 @@ License:        ZPL-2.1
 URL:            https://pypi.python.org/pypi/zope.testrunner
 VCS:            https://github.com/zopefoundation/zope.testrunner
 Source:         %{vcs}/archive/%{version}/zope.testrunner-%{version}.tar.gz
-Patch:          zope.testrunner-allow-new-setuptools.diff
 
 BuildArch:      noarch
 BuildRequires:  help2man
@@ -47,6 +46,9 @@ Documentation for zope.testrunner.
 %prep
 %autosetup -n zope.testrunner-%{version} -p1
 
+# Allow newer setuptools
+sed -i 's/setuptools == [0-9\.]\+/setuptools/' pyproject.toml tox.ini
+
 # Update the sphinx HTML theme name
 sed -i "s/'default'/'classic'/" docs/conf.py
 
@@ -114,7 +116,6 @@ unset PYTHONHOME
 %license COPYRIGHT LICENSE.md
 %{_bindir}/zope-testrunner
 %{_mandir}/man1/zope-testrunner.1*
-%{python3_sitelib}/zope.testrunner*.pth
 %exclude %{python3_sitelib}/zope/testrunner/tests
 
 %files doc

diff --git a/sources b/sources
index 77b4e09..b54b994 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (zope.testrunner-6.6.tar.gz) = 5c4c16e0185a6eacc54a9f30cc0c5e3bb097d0e138884240a6ad21e6bb516035ed32a4d43bd4f84e67ed2bcba9be631a774246c0031cc949a6bca97c06751fac
+SHA512 (zope.testrunner-8.1.tar.gz) = 9b313d4d196d3f7423690e1ac2cfd843557c810afd947bfd8de9307755f4735677bb4423d6bfebee075b2c53d582c6a3ff3bcc969055bfe16dfd399dcc411c36

diff --git a/zope.testrunner-allow-new-setuptools.diff b/zope.testrunner-allow-new-setuptools.diff
deleted file mode 100644
index 7c99f21..0000000
--- a/zope.testrunner-allow-new-setuptools.diff
+++ /dev/null
@@ -1,25 +0,0 @@
---- a/pyproject.toml
-+++ b/pyproject.toml
-@@ -1,9 +1,9 @@
--# 
-+#
- # Generated from:
- # https://github.com/zopefoundation/meta/tree/master/config/pure-python
- 
- [build-system]
--requires = ["setuptools<74"]
-+requires = ["setuptools"]
- build-backend = "setuptools.build_meta"
- 
- [tool.coverage.run]
---- a/tox.ini
-+++ b/tox.ini
-@@ -21,7 +21,7 @@ usedevelop = true
- package = wheel
- wheel_build_env = .pkg
- deps =
--    setuptools  <74
-+    setuptools
- commands =
-     zope-testrunner --test-path=src {posargs:-vc}
- extras =

                 reply	other threads:[~2026-09-11 15:41 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=178914130238.1.5668810011665836262.rpms-python-zope-testrunner-ef7c9f53edcd@fedoraproject.org \
    --to=lbalhar@redhat.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