public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/python-dropbox] rawhide: 12.1.0
@ 2026-07-10 14:06 Gwyn Ciesla
  0 siblings, 0 replies; only message in thread
From: Gwyn Ciesla @ 2026-07-10 14:06 UTC (permalink / raw)
  To: git-commits

A new commit has been pushed.

Repo   : rpms/python-dropbox
Branch : rawhide
Commit : 81d01ffd208a229f5eed31178fcd9a871c88a3f6
Author : Gwyn Ciesla <gwync@protonmail.com>
Date   : 2026-07-10T09:06:34-05:00
Stats  : +7/-49 in 4 file(s)
URL    : https://src.fedoraproject.org/rpms/python-dropbox/c/81d01ffd208a229f5eed31178fcd9a871c88a3f6?branch=rawhide

Log:
12.1.0

---
diff --git a/.gitignore b/.gitignore
index 097088e..49924e4 100644
--- a/.gitignore
+++ b/.gitignore
@@ -72,3 +72,4 @@
 /dropbox-11.36.0.tar.gz
 /dropbox-11.36.2.tar.gz
 /dropbox-12.0.2.tar.gz
+/dropbox-12.1.0.tar.gz

diff --git a/dropbox-12.0.2-no-pytest-runner.patch b/dropbox-12.0.2-no-pytest-runner.patch
deleted file mode 100644
index 9b3ae5b..0000000
--- a/dropbox-12.0.2-no-pytest-runner.patch
+++ /dev/null
@@ -1,42 +0,0 @@
-diff -Naur dropbox-12.0.2-original/setup.cfg dropbox-12.0.2/setup.cfg
---- dropbox-12.0.2-original/setup.cfg	2024-06-03 17:45:26.000000000 +0100
-+++ dropbox-12.0.2/setup.cfg	2026-01-22 14:17:16.419433749 +0000
-@@ -1,6 +1,3 @@
--[aliases]
--test = pytest
--
- [metadata]
- description_file = README.rst
- 
-diff -Naur dropbox-12.0.2-original/setup.py dropbox-12.0.2/setup.py
---- dropbox-12.0.2-original/setup.py	2024-06-03 17:45:16.000000000 +0100
-+++ dropbox-12.0.2/setup.py	2026-01-22 14:17:35.466709052 +0000
-@@ -30,19 +30,6 @@
-     'stone>=2,<3.3.3',
- ]
- 
--setup_requires = [
--    # Pin pytest-runner to 5.2.0, since 5.3.0 uses `find_namespaces` directive, not supported in
--    # Python 2.7
--    'pytest-runner==5.2.0',
--]
--
--# WARNING: This imposes limitations on test/requirements.txt such that the
--# full Pip syntax is not supported. See also
--# <http://stackoverflow.com/questions/14399534/>.
--test_reqs = []
--with open('test/requirements.txt') as f:
--    test_reqs += f.read().splitlines()
--
- with codecs.open('README.rst', encoding='utf-8') as f:
-     README = f.read()
- 
-@@ -50,8 +37,6 @@
-     name='dropbox',
-     version=version,
-     install_requires=install_reqs,
--    setup_requires=setup_requires,
--    tests_require=test_reqs,
-     packages=['dropbox'],
-     zip_safe=False,
-     author_email='dev-platform@dropbox.com',

diff --git a/python-dropbox.spec b/python-dropbox.spec
index 09ffe12..5696cee 100644
--- a/python-dropbox.spec
+++ b/python-dropbox.spec
@@ -1,16 +1,12 @@
 %global pypi_name dropbox
 Name:           python-%{pypi_name}
-Version:        12.0.2
-Release:        14%{?dist}
+Version:        12.1.0
+Release:        1%{?dist}
 Summary:        Official Dropbox REST API Client
 License:        MIT
 
 URL:            https://www.dropbox.com/developers/core/sdks
 Source0:        %pypi_source
-# Remove pytest-runner / setup.py test support
-# https://github.com/dropbox/dropbox-sdk-python/pull/523
-# Without changes to requirements.txt, which is not in the PyPI sdist
-Patch:          dropbox-12.0.2-no-pytest-runner.patch
 
 BuildArch:      noarch
 
@@ -50,6 +46,9 @@ A Python library for Dropbox's HTTP-based Core and Datastore APIs.
 %{python3_sitelib}/%{pypi_name}-%{version}.dist-info/
 
 %changelog
+* Fri Jul 10 2026 Gwyn Ciesla <gwync@protonmail.com> - 12.1.0-1
+- 12.1.0
+
 * Wed Jun 03 2026 Python Maint <python-maint@redhat.com> - 12.0.2-14
 - Rebuilt for Python 3.15
 

diff --git a/sources b/sources
index 03843a7..f7de5d1 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (dropbox-12.0.2.tar.gz) = 508d10c124c2d943d6a6215d67427d994f886c4c9b4e13a053020f785bc8b553bee31446d0451eadac76d45b1c53a9485ee58c6f27df404cbb795118e9716d27
+SHA512 (dropbox-12.1.0.tar.gz) = c0a9c29a37ca1f38742c58e6a7578c1f520bd4c710568e0ddd7f3aef7f9bda3d874f7d93ac6b418c9af716cf201dbcb9a5cd91c2996239915c6d71ba15b41b16

^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2026-07-10 14:06 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:06 [rpms/python-dropbox] rawhide: 12.1.0 Gwyn Ciesla

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox