public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/python-geojson] rawhide: 3.3.0
@ 2026-09-03 8:03 Gwyn Ciesla
0 siblings, 0 replies; only message in thread
From: Gwyn Ciesla @ 2026-09-03 8:03 UTC (permalink / raw)
To: git-commits
A new commit has been pushed.
Repo : rpms/python-geojson
Branch : rawhide
Commit : 8e4552fd96fae59f9739a5928b8de7718c49652a
Author : Gwyn Ciesla <gwync@protonmail.com>
Date : 2026-09-02T16:27:22-05:00
Stats : +14/-9 in 4 file(s)
URL : https://src.fedoraproject.org/rpms/python-geojson/c/8e4552fd96fae59f9739a5928b8de7718c49652a?branch=rawhide
Log:
3.3.0
---
diff --git a/.gitignore b/.gitignore
index c0a32d5..894b5e9 100644
--- a/.gitignore
+++ b/.gitignore
@@ -4,3 +4,4 @@
/geojson-2.5.0.tar.gz
/geojson-3.1.0.tar.gz
/geojson-3.2.0.tar.gz
+/geojson-3.3.0.tar.gz
diff --git a/python-geojson.spec b/python-geojson.spec
index 5f25df7..a5ba0b7 100644
--- a/python-geojson.spec
+++ b/python-geojson.spec
@@ -1,8 +1,8 @@
%global pypi_name geojson
Name: python-%{pypi_name}
-Version: 3.2.0
-Release: 6%{?dist}
+Version: 3.3.0
+Release: 1%{?dist}
Summary: Encoder/decoder for simple GIS features
License: LicenseRef-Callaway-BSD
@@ -50,6 +50,9 @@ Summary: %{summary}
%license LICENSE.rst
%changelog
+* Wed Sep 02 2026 Gwyn Ciesla <gwync@protonmail.com> - 3.3.0-1
+- 3.3.0
+
* Thu Jul 16 2026 Fedora Release Engineering <releng@fedoraproject.org> - 3.2.0-6
- Rebuilt for https://fedoraproject.org/wiki/Fedora_45_Mass_Rebuild
diff --git a/remove-check.patch b/remove-check.patch
index 98cd480..201fe0e 100644
--- a/remove-check.patch
+++ b/remove-check.patch
@@ -1,14 +1,15 @@
---- setup.py 2024-12-21 20:30:30.000000000 +0100
-+++ setup1.py 2025-07-29 20:27:07.964203532 +0200
-@@ -16,11 +16,6 @@
+--- setup.py~ 2026-05-28 16:44:47.000000000 -0500
++++ setup.py 2026-09-02 16:06:43.657052148 -0500
+@@ -16,12 +16,6 @@
raise RuntimeError(f"Unable to find version string in {VERSIONFILE}.")
-major_version, minor_version = sys.version_info[:2]
--if not (major_version == 3 and 7 <= minor_version <= 13):
-- sys.stderr.write("Sorry, only Python 3.7 - 3.13 are "
+-if not (major_version == 3 and 10 <= minor_version <= 14):
+- sys.stderr.write("Sorry, only Python 3.10 - 3.14 are "
- "supported at this time.\n")
- exit(1)
-
+-
setup(
name="geojson",
+ version=verstr,
diff --git a/sources b/sources
index daf4195..4843e20 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (geojson-3.2.0.tar.gz) = a3d94be16bc7746f6e13bbea85a23f569ec1ff4163c731165978ac592cbc0d66f0f6714224c08c4c5adf224c562e88574bb92d73017bf4eba34be6b4e0bb0e0d
+SHA512 (geojson-3.3.0.tar.gz) = 8cc25b263f36a8b11d4f97e57969cafcb59e5c81889ff58d44aefb5ac11f5b8f72917d3c59e33e65c28dd96a70fb599890dadbf38e0e9c97dc3e72c2f52a2f18
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2026-09-03 8:03 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-09-03 8:03 [rpms/python-geojson] rawhide: 3.3.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