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

A new commit has been pushed.

Repo   : rpms/python-stone
Branch : rawhide
Commit : 8aaa5b3d8b3921a847c0b6cee51f1f6cb6f59461
Author : Gwyn Ciesla <gwync@protonmail.com>
Date   : 2026-07-14T13:41:40-05:00
Stats  : +20/-56 in 5 file(s)
URL    : https://src.fedoraproject.org/rpms/python-stone/c/8aaa5b3d8b3921a847c0b6cee51f1f6cb6f59461?branch=rawhide

Log:
3.5.2

---
diff --git a/.gitignore b/.gitignore
index 55caf09..dc16cad 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 /stone-3.2.1.tar.gz
+/stone-3.5.2.tar.gz

diff --git a/0001-Remove-pytest-runner-setup.py-test-support.patch b/0001-Remove-pytest-runner-setup.py-test-support.patch
deleted file mode 100644
index a14b18e..0000000
--- a/0001-Remove-pytest-runner-setup.py-test-support.patch
+++ /dev/null
@@ -1,47 +0,0 @@
-From 297fb5bb49aa3c5a4563080daf303097123754bb Mon Sep 17 00:00:00 2001
-From: "Benjamin A. Beasley" <code@musicinmybrain.net>
-Date: Tue, 23 Sep 2025 12:25:48 +0100
-Subject: [PATCH] Remove pytest-runner / setup.py test support
-
-Fixes #344.
----
- setup.py | 16 ----------------
- 1 file changed, 16 deletions(-)
-
-diff --git a/setup.py b/setup.py
-index 4a9a891..416809b 100644
---- a/setup.py
-+++ b/setup.py
-@@ -19,20 +19,6 @@ install_reqs = [
-     'six >= 1.3.0',
- ]
- 
--setup_requires = [
--    'pytest-runner',
--]
--
--test_reqs = [
--    'pytest < 5',
--]
--
--# WARNING: This imposes limitations on test/requirements.txt such that the
--# full Pip syntax is not supported. See also
--# <http://stackoverflow.com/questions/14399534/>.
--with open('test/requirements.txt') as f:
--    test_reqs += f.read().splitlines()
--
- with open('README.rst') as f:
-     README = f.read()
- 
-@@ -40,8 +26,6 @@ dist = setup(
-     name='stone',
-     version='3.2.1',
-     install_requires=install_reqs,
--    setup_requires=setup_requires,
--    tests_require=test_reqs,
-     entry_points={
-         'console_scripts': ['stone=stone.cli:main'],
-     },
--- 
-2.51.0
-

diff --git a/pins.patch b/pins.patch
new file mode 100644
index 0000000..d9214e8
--- /dev/null
+++ b/pins.patch
@@ -0,0 +1,11 @@
+--- pyproject.toml~	2026-07-14 00:37:59.000000000 -0500
++++ pyproject.toml	2026-07-14 13:08:39.370570750 -0500
+@@ -3,7 +3,7 @@
+ # setup.py (see PEP 639). setuptools-scm derives the version from the latest
+ # git tag (e.g. ``v3.5.0`` -> ``3.5.0``), so releases only require tagging,
+ # and writes it to stone/_version.py for runtime access.
+-requires = ["setuptools>=77", "setuptools-scm>=8,<9"]
++requires = ["setuptools>=77", "setuptools-scm>=8"]
+ build-backend = "setuptools.build_meta"
+ 
+ [tool.setuptools_scm]

diff --git a/python-stone.spec b/python-stone.spec
index 605427e..899e82b 100644
--- a/python-stone.spec
+++ b/python-stone.spec
@@ -1,17 +1,13 @@
 %global pypi_name stone
 Name:           python-%{pypi_name}
-Version:        3.2.1
-Release:        24%{?dist}
+Version:        3.5.2
+Release:        1%{?dist}
 Summary:        The Official Api Spec Language for Dropbox
 License:        MIT
 
 URL:            https://github.com/dropbox/stone
 Source0:        %pypi_source
-
-# Remove pytest-runner / setup.py test support
-# https://github.com/dropbox/stone/pull/354
-# Rebased on v3.2.1, without changes to CONTRIBUTING.md (not in the sdist)
-Patch:          0001-Remove-pytest-runner-setup.py-test-support.patch
+Patch0:         pins.patch
 
 BuildArch:      noarch
 
@@ -28,7 +24,7 @@ Summary:        %{summary}
 %{summary}
 
 %prep
-%autosetup -n %{pypi_name}-%{version} -p1
+%autosetup -n %{pypi_name}-%{version} -p0
 
 
 %generate_buildrequires
@@ -50,6 +46,9 @@ Summary:        %{summary}
 %{_bindir}/stone
 
 %changelog
+* Tue Jul 14 2026 Gwyn Ciesla <gwync@protonmail.com> - 3.5.2-1
+- 3.5.2
+
 * Wed Jun 03 2026 Python Maint <python-maint@redhat.com> - 3.2.1-24
 - Rebuilt for Python 3.15
 

diff --git a/sources b/sources
index 57ec0c9..fc83a79 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (stone-3.2.1.tar.gz) = 6cfae8ee63c2e47f3faf561959d48457440f6cf63996efb9da92306b45021c5b55c975444e6907b9b5ea076b431cbc4cfc228d155ebc190eaf32c918f44ab8c5
+SHA512 (stone-3.5.2.tar.gz) = 85dae3a88f278045d2befc317a22012f15239f1b793f55f7c77b707c5e8b414f994185f34c14ab244b41c6f0b02b0a3139765982024cd6743b615a2380941c99

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

only message in thread, other threads:[~2026-07-14 19:14 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-07-14 19:14 [rpms/python-stone] rawhide: 3.5.2 Gwyn Ciesla

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