Caleb Maclennan pushed to branch main at Arch Linux / Packaging / Packages / 
python-geojson


Commits:
c346e8bd by Caleb Maclennan at 2026-06-29T18:15:34+03:00
upgpkg: 3.3.0-1

- - - - -


5 changed files:

- .SRCINFO
- − LICENSES/BSD-3-Clause.txt
- PKGBUILD
- REUSE.toml
- − remove-python-version-check.patch


Changes:

=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
 pkgbase = python-geojson
        pkgdesc = Python bindings and utilities for GeoJSON
-       pkgver = 3.2.0
-       pkgrel = 2
+       pkgver = 3.3.0
+       pkgrel = 1
        url = https://github.com/jazzband/geojson
        arch = any
        license = BSD-3-Clause
@@ -10,9 +10,7 @@ pkgbase = python-geojson
        makedepends = python-wheel
        makedepends = python-setuptools
        depends = python
-       source = 
https://github.com/jazzband/geojson/archive/3.2.0/geojson-3.2.0.tar.gz
-       source = https://github.com/jazzband/geojson/commit/2584c0de.patch
-       sha256sums = 
4ea0262bc8c733d3ee4a7ff8971bf0065c2148bff170644fe5d194f07694532a
-       sha256sums = 
18a8dc66706b08f9b96e2d4383e1a6cbc628921f20ce4cc86a6510a3082daaff
+       source = 
https://github.com/jazzband/geojson/archive/3.3.0/geojson-3.3.0.tar.gz
+       sha256sums = 
aea34d7a6798df63eb76e17c64815b45527723b90dd42667d924c87dfe13070a
 
 pkgname = python-geojson


=====================================
LICENSES/BSD-3-Clause.txt deleted
=====================================
@@ -1,11 +0,0 @@
-Copyright (c) <year> <owner>. 
-
-Redistribution and use in source and binary forms, with or without 
modification, are permitted provided that the following conditions are met:
-
-1. Redistributions of source code must retain the above copyright notice, this 
list of conditions and the following disclaimer.
-
-2. Redistributions in binary form must reproduce the above copyright notice, 
this list of conditions and the following disclaimer in the documentation 
and/or other materials provided with the distribution.
-
-3. Neither the name of the copyright holder nor the names of its contributors 
may be used to endorse or promote products derived from this software without 
specific prior written permission.
-
-THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" 
AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE 
IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE 
DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE 
FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL 
DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR 
SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER 
CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, 
OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE 
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.


=====================================
PKGBUILD
=====================================
@@ -4,8 +4,8 @@
 
 _pyname=geojson
 pkgname="python-$_pyname"
-pkgver=3.2.0
-pkgrel=2
+pkgver=3.3.0
+pkgrel=1
 pkgdesc='Python bindings and utilities for GeoJSON'
 url="https://github.com/jazzband/$_pyname";
 arch=(any)
@@ -14,14 +14,8 @@ depends=(python)
 makedepends=(python-{build,installer,wheel}
              python-setuptools)
 _archive="$_pyname-$pkgver"
-source=("$url/archive/$pkgver/$_archive.tar.gz"
-         https://github.com/jazzband/geojson/commit/2584c0de.patch)
-sha256sums=('4ea0262bc8c733d3ee4a7ff8971bf0065c2148bff170644fe5d194f07694532a'
-            '18a8dc66706b08f9b96e2d4383e1a6cbc628921f20ce4cc86a6510a3082daaff')
-
-prepare() {
-  patch -d $_archive -p1 < 2584c0de.patch # Support python 3.14
-}
+source=("$url/archive/$pkgver/$_archive.tar.gz")
+sha256sums=('aea34d7a6798df63eb76e17c64815b45527723b90dd42667d924c87dfe13070a')
 
 build() {
        cd "$_archive"


=====================================
REUSE.toml
=====================================
@@ -20,10 +20,3 @@ path = [
 ]
 SPDX-FileCopyrightText = "Arch Linux contributors"
 SPDX-License-Identifier = "0BSD"
-
-[[annotations]]
-path = [
-    "remove-python-version-check.patch",
-]
-SPDX-FileCopyrightText = "python-geojson contributors"
-SPDX-License-Identifier = "BSD-3-Clause"


=====================================
remove-python-version-check.patch deleted
=====================================
@@ -1,16 +0,0 @@
-diff --unified --recursive --text --new-file geojson-3.1.0.orig/setup.py 
geojson-3.1.0/setup.py
---- geojson-3.1.0.orig/setup.py        2024-11-18 07:29:35.595341420 +0100
-+++ geojson-3.1.0/setup.py     2024-11-18 07:29:40.948682822 +0100
-@@ -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 <= 12):
--    sys.stderr.write("Sorry, only Python 3.7 - 3.12 are "
--                     "supported at this time.\n")
--    exit(1)
--
- setup(
-     name="geojson",
-     version=verstr,



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/python-geojson/-/commit/c346e8bd3c576481edb66e2fdccc16de4dc91cc1

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/python-geojson/-/commit/c346e8bd3c576481edb66e2fdccc16de4dc91cc1
You're receiving this email because of your account on gitlab.archlinux.org. 
Manage all notifications: https://gitlab.archlinux.org/-/profile/notifications 
| Help: https://gitlab.archlinux.org/help


Reply via email to