public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/python-dropbox] rawhide: 12.2.1
@ 2026-07-21 20:57 Gwyn Ciesla
0 siblings, 0 replies; only message in thread
From: Gwyn Ciesla @ 2026-07-21 20:57 UTC (permalink / raw)
To: git-commits
A new commit has been pushed.
Repo : rpms/python-dropbox
Branch : rawhide
Commit : 4fd8aa014dda7117aea7af04190d2718caa903bf
Author : Gwyn Ciesla <gwync@protonmail.com>
Date : 2026-07-21T15:56:55-05:00
Stats : +17/-3 in 4 file(s)
URL : https://src.fedoraproject.org/rpms/python-dropbox/c/4fd8aa014dda7117aea7af04190d2718caa903bf?branch=rawhide
Log:
12.2.1
---
diff --git a/.gitignore b/.gitignore
index b9bc3f7..e9a1237 100644
--- a/.gitignore
+++ b/.gitignore
@@ -74,3 +74,4 @@
/dropbox-12.0.2.tar.gz
/dropbox-12.1.0.tar.gz
/dropbox-12.2.0.tar.gz
+/dropbox-12.2.1.tar.gz
diff --git a/python-dropbox.spec b/python-dropbox.spec
index 3353db5..51a93c9 100644
--- a/python-dropbox.spec
+++ b/python-dropbox.spec
@@ -1,12 +1,13 @@
%global pypi_name dropbox
Name: python-%{pypi_name}
-Version: 12.2.0
-Release: 2%{?dist}
+Version: 12.2.1
+Release: 1%{?dist}
Summary: Official Dropbox REST API Client
License: MIT
URL: https://www.dropbox.com/developers/core/sdks
Source0: %pypi_source
+Patch0: unpin.patch
BuildArch: noarch
@@ -46,6 +47,9 @@ A Python library for Dropbox's HTTP-based Core and Datastore APIs.
%{python3_sitelib}/%{pypi_name}-%{version}.dist-info/
%changelog
+* Mon Jul 20 2026 Gwyn Ciesla <gwync@protonmail.com> - 12.2.1-1
+- 12.2.1
+
* Thu Jul 16 2026 Fedora Release Engineering <releng@fedoraproject.org> - 12.2.0-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_45_Mass_Rebuild
diff --git a/sources b/sources
index ee9caf8..b6381bb 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (dropbox-12.2.0.tar.gz) = 10aa171b920b9b34ca6557fd852a72c808092167ddc3749d536b8932ac09443b47a4d417b33cf7e44c198ab8c3c936134bc6307a9dcb98e468090c5ec10b8053
+SHA512 (dropbox-12.2.1.tar.gz) = da6c8607271bdaa25ce262a46bb47cee1f6ac618ebeeb606fe737a66b5b2d48dbcafaf221a49792c1aa4f88769291de46b1e44e7fef9bbd392a07af52898df81
diff --git a/unpin.patch b/unpin.patch
new file mode 100644
index 0000000..adc36ce
--- /dev/null
+++ b/unpin.patch
@@ -0,0 +1,9 @@
+--- a/pyproject.toml~ 2026-07-20 11:43:04.000000000 -0500
++++ b/pyproject.toml 2026-07-20 12:45:12.663481047 -0500
+@@ -1,5 +1,5 @@
+ [build-system]
+-requires = ["setuptools>=77", "setuptools-scm>=8,<9"]
++requires = ["setuptools>=77", "setuptools-scm>=8"]
+ build-backend = "setuptools.build_meta"
+
+ [project]
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2026-07-21 20:57 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-07-21 20:57 [rpms/python-dropbox] rawhide: 12.2.1 Gwyn Ciesla
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox