public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Dan Radez <dan@radez.net>
To: git-commits@fedoraproject.org
Subject: [rpms/python-tempora] rawhide: update to upstream 5.12.0 rhbz#2499563
Date: Mon, 20 Jul 2026 13:40:11 GMT	[thread overview]
Message-ID: <178455481109.1.18022708776830516567.rpms-python-tempora-10575f3fac3e@fedoraproject.org> (raw)

            A new commit has been pushed.

            Repo   : rpms/python-tempora
            Branch : rawhide
            Commit : 10575f3fac3e2e17808eb5cde594c902687e29b0
            Author : Dan Radez <dan@radez.net>
            Date   : 2026-07-20T09:39:57-04:00
            Stats  : +12/-5 in 2 file(s)
            URL    : https://src.fedoraproject.org/rpms/python-tempora/c/10575f3fac3e2e17808eb5cde594c902687e29b0?branch=rawhide

            Log:
            update to upstream 5.12.0 rhbz#2499563

License changed to Apache-2.0, README renamed to README.md, and the
sdist no longer exposes the test extra to the build backend; test
dependencies are now BuildRequired explicitly.

---
diff --git a/python-tempora.spec b/python-tempora.spec
index a389b54..5b70c39 100644
--- a/python-tempora.spec
+++ b/python-tempora.spec
@@ -4,11 +4,11 @@
 %bcond docs 0
 
 Name:           python-%{pypi_name}
-Version:        5.9.0
+Version:        5.12.0
 Release:        %autorelease
 Summary:        Objects and routines pertaining to date and time (tempora)
 
-License:        MIT
+License:        Apache-2.0
 URL:            https://github.com/jaraco/tempora
 Source0:        https://files.pythonhosted.org/packages/source/t/%{pypi_name}/%{pypi_name}-%{version}.tar.gz
 BuildArch:      noarch
@@ -20,6 +20,12 @@ Objects and routines pertaining to date and time (tempora).
 Summary:        %{summary}
 
 BuildRequires:  python3-devel
+# The sdist's pyproject.toml drops the [project.optional-dependencies]
+# table, so the "test" extra is not visible to the build backend. Supply
+# the test dependencies explicitly.
+BuildRequires:  python3dist(pytest)
+BuildRequires:  python3dist(freezegun)
+BuildRequires:  python3dist(pytest-freezer)
 
 %description -n python3-%{pypi_name}
 Objects and routines pertaining to date and time (tempora).
@@ -36,7 +42,7 @@ Documentation for tempora
 %autosetup -n %{pypi_name}-%{version}
 
 %generate_buildrequires
-%pyproject_buildrequires -x %{?with_docs:doc,}test
+%pyproject_buildrequires %{?with_docs:-x doc}
 
 %build
 %pyproject_wheel
@@ -57,7 +63,8 @@ rm -rf html/.{doctrees,buildinfo}
 
 
 %files -n python3-%{pypi_name} -f %{pyproject_files}
-%doc README.rst
+%doc README.md
+%license LICENSE
 %{_bindir}/calc-prorate
 
 %if %{with docs}

diff --git a/sources b/sources
index b872c1c..d00a407 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (tempora-5.9.0.tar.gz) = f515a35345968b765d7bd61d6828d9e1761d2b9ab8915015804597e9f4204942da3801de01e80ab1ed93be604bd4011f650a8bd970f09c14abad3e4af8e586eb
+SHA512 (tempora-5.12.0.tar.gz) = 3dc04ca741a86aeae6c0b6d465bf95bcfe41b7fc1c328fd1ad00df9af567d93dcf81b1a8f3953f043739e6cbaef7c9660a14c899db16a3ed8c636a69d01dca55

                 reply	other threads:[~2026-07-20 13:40 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=178455481109.1.18022708776830516567.rpms-python-tempora-10575f3fac3e@fedoraproject.org \
    --to=dan@radez.net \
    --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