public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/python-dropbox] f44: Add BuildRequires on python3-pkg-resources for setuptools 82 compatibility
@ 2026-07-10 14:08
0 siblings, 0 replies; only message in thread
From: @ 2026-07-10 14:08 UTC (permalink / raw)
To: git-commits
A new commit has been pushed.
Repo : rpms/python-dropbox
Branch : f44
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=f44
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
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2026-07-10 14:08 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-07-10 14:08 [rpms/python-dropbox] f44: Add BuildRequires on python3-pkg-resources for setuptools 82 compatibility
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox