public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Gwyn Ciesla <gwync@protonmail.com>
To: git-commits@fedoraproject.org
Subject: [rpms/python-dropbox] rawhide: 12.2.1
Date: Tue, 21 Jul 2026 20:57:02 GMT	[thread overview]
Message-ID: <178466742276.1.7166317705562593422.rpms-python-dropbox-4fd8aa014dda@fedoraproject.org> (raw)

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]

                 reply	other threads:[~2026-07-21 20:57 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=178466742276.1.7166317705562593422.rpms-python-dropbox-4fd8aa014dda@fedoraproject.org \
    --to=gwync@protonmail.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