From 2358170abf213f1920ee703fdc6b97bfd4c7cf4d Mon Sep 17 00:00:00 2001 From: Gwyn Ciesla Date: Mar 09 2021 21:07:51 +0000 Subject: 11.4.1 --- diff --git a/.gitignore b/.gitignore index 3478c69..c804465 100644 --- a/.gitignore +++ b/.gitignore @@ -34,3 +34,4 @@ /dropbox-11.1.0.tar.gz /dropbox-11.2.0.tar.gz /dropbox-11.3.0.tar.gz +/dropbox-11.4.1.tar.gz diff --git a/python-dropbox.spec b/python-dropbox.spec index 6bb7ebf..067fa0c 100644 --- a/python-dropbox.spec +++ b/python-dropbox.spec @@ -1,12 +1,13 @@ %global pypi_name dropbox Name: python-%{pypi_name} -Version: 11.3.0 +Version: 11.4.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-pytest-runner.patch BuildArch: noarch @@ -30,6 +31,7 @@ A Python library for Dropbox's HTTP-based Core and Datastore APIs. %prep %setup -q -n %{pypi_name}-%{version} +%patch0 -p0 %build %py3_build @@ -44,6 +46,9 @@ A Python library for Dropbox's HTTP-based Core and Datastore APIs. %{python3_sitelib}/%{pypi_name}-%{version}-py%{python3_version}.egg-info %changelog +* Tue Mar 09 2021 Gwyn Ciesla - 11.4.1-1 +- 11.4.1 + * Fri Feb 19 2021 Gwyn Ciesla - 11.3.0-1 - 11.3.0 diff --git a/sources b/sources index 05f5c79..474fe6d 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (dropbox-11.3.0.tar.gz) = b1646079bf3720e34bdb4ce57eac6d1294cf822fbc845d05d13c490f8b27b694813e5294ab17b67785d8d4372d9db2bc70b5e8f7538d8ff530fb7ef8764d702c +SHA512 (dropbox-11.4.1.tar.gz) = f038eb8f96a8863d756d0b3e20b587e93549e11fd10e7abd386ac5cdce285760b7111ef3f675f6daa18d52c9d8c8ff5a33e88082c4b59c0e759e336c34a62be6 diff --git a/unpin-pytest-runner.patch b/unpin-pytest-runner.patch new file mode 100644 index 0000000..100088b --- /dev/null +++ b/unpin-pytest-runner.patch @@ -0,0 +1,11 @@ +--- setup.py~ 2021-03-09 14:35:57.000000000 -0600 ++++ setup.py 2021-03-09 15:04:24.587193795 -0600 +@@ -33,7 +33,7 @@ + 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', ++# 'pytest-runner == 5.2.0', + ] + + # WARNING: This imposes limitations on test/requirements.txt such that the