public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
To: git-commits@fedoraproject.org
Subject: [rpms/python-dropbox] f43: Add BuildRequires on python3-pkg-resources for setuptools 82 compatibility
Date: Fri, 10 Jul 2026 14:08:46 GMT	[thread overview]
Message-ID: <178369252616.1.7152713716283250033.rpms-python-dropbox-7ad41d282131@fedoraproject.org> (raw)

            A new commit has been pushed.

            Repo   : rpms/python-dropbox
            Branch : f43
            Commit : 7ad41d282131aade79ae3e88b9423c7375a02242
            Author : Tomáš Hrnčiar <thrnciar@redhat.com>
            Date   : 2026-05-04T10:58:48+02:00
            Stats  : +5/-1 in 1 file(s)
            URL    : https://src.fedoraproject.org/rpms/python-dropbox/c/7ad41d282131aade79ae3e88b9423c7375a02242?branch=f43

            Log:
            Add BuildRequires on python3-pkg-resources for setuptools 82 compatibility

Setuptools 82 dropped pkg_resources from the setuptools distribution.
Add explicit build dependency on the compat package.

Assisted-by: Cursor

---
diff --git a/python-dropbox.spec b/python-dropbox.spec
index 5c49004..c92e326 100644
--- a/python-dropbox.spec
+++ b/python-dropbox.spec
@@ -1,7 +1,7 @@
 %global pypi_name dropbox
 Name:           python-%{pypi_name}
 Version:        12.0.2
-Release:        12%{?dist}
+Release:        13%{?dist}
 Summary:        Official Dropbox REST API Client
 License:        MIT
 
@@ -16,6 +16,7 @@ BuildArch:      noarch
 
 BuildRequires:  python3-devel
 BuildRequires:  python3-setuptools
+BuildRequires:  python3-pkg-resources
 
 %description
 A Python library for Dropbox's HTTP-based Core and Datastore APIs.
@@ -49,6 +50,9 @@ A Python library for Dropbox's HTTP-based Core and Datastore APIs.
 %{python3_sitelib}/%{pypi_name}-%{version}.dist-info/
 
 %changelog
+* Thu May 07 2026 Tomáš Hrnčiar <thrnciar@redhat.com> - 12.0.2-13
+- Add BR on python3-pkg-resources, setuptools 82 dropped pkg_resources
+
 * Mon Jan 26 2026 Benjamin A. Beasley <code@musicinmybrain.net> - 12.0.2-12
 - Finish removing dependency on deprecated pytest-runner
 

                 reply	other threads:[~2026-07-10 14:08 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=178369252616.1.7152713716283250033.rpms-python-dropbox-7ad41d282131@fedoraproject.org \
    --to=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