public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/python-affine] rawhide: Update to latest version (#2342437)
@ 2026-08-09  1:27 Elliott Sales de Andrade
  0 siblings, 0 replies; only message in thread
From: Elliott Sales de Andrade @ 2026-08-09  1:27 UTC (permalink / raw)
  To: git-commits

A new commit has been pushed.

Repo   : rpms/python-affine
Branch : rawhide
Commit : a914204f361b11a3c1507109fa9fb866936dd962
Author : Elliott Sales de Andrade <quantum.analyst@gmail.com>
Date   : 2026-08-08T19:47:23-04:00
Stats  : +10/-8 in 3 file(s)
URL    : https://src.fedoraproject.org/rpms/python-affine/c/a914204f361b11a3c1507109fa9fb866936dd962?branch=rawhide

Log:
Update to latest version (#2342437)

---
diff --git a/.gitignore b/.gitignore
index ed40b65..5b653ec 100644
--- a/.gitignore
+++ b/.gitignore
@@ -5,3 +5,4 @@
 /affine-2.3.0.tar.gz
 /affine-2.3.1.tar.gz
 /affine-2.4.0.tar.gz
+/affine-3.0.0.tar.gz

diff --git a/python-affine.spec b/python-affine.spec
index 45deed1..e166e21 100644
--- a/python-affine.spec
+++ b/python-affine.spec
@@ -1,21 +1,21 @@
 %global srcname affine
 
 Name:           python-%{srcname}
-Version:        2.4.0
+Version:        3.0.0
 Release:        %autorelease
 Summary:        Matrices describing affine transformation of the plane
 
 License:        BSD-3-Clause
-URL:            https://github.com/sgillies/affine
-Source0:        %pypi_source
+URL:            https://github.com/rasterio/affine
+Source:         %pypi_source %{srcname}
 
 BuildArch:      noarch
 
 BuildRequires:  python3-devel
 
-%global _description \
-Matrices describing affine transformation of the plane. The Affine package is \
-derived from Casey Duncan's Planar package.
+%global _description %{expand:
+Matrices describing affine transformation of the plane. The Affine package is
+derived from Casey Duncan's Planar package.}
 
 %description %{_description}
 
@@ -26,6 +26,7 @@ Summary:        %{summary}
 
 %prep
 %autosetup -n %{srcname}-%{version} -p1
+%pyproject_patch_dependency pytest-cov:ignore
 
 %generate_buildrequires
 %pyproject_buildrequires -x test
@@ -38,7 +39,7 @@ Summary:        %{summary}
 %pyproject_save_files %{srcname}
 
 %check
-%{pytest} -v --pyargs affine
+%{pytest} -v
 
 %files -n python3-%{srcname} -f %{pyproject_files}
 %doc README.rst

diff --git a/sources b/sources
index af5ce2f..46d3c7a 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (affine-2.4.0.tar.gz) = e09c78338c650ce592590ec17a6ce22732a5d1b52c52410c1a25b5ad9e319bffd679c588b1eb3159ac215013f5f228d03470926ad6778d3f85e089d26ce76752
+SHA512 (affine-3.0.0.tar.gz) = 37e5f2c1179c4e5a15997dfa6b399d1490e5647f672361acbdb2b681d83fcaaa8fc34114286ce1bfe5cfa0680e43b8eaef2a2e0eed47ddcd2e4462aa8aac77e3

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

only message in thread, other threads:[~2026-08-09  1:27 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-08-09  1:27 [rpms/python-affine] rawhide: Update to latest version (#2342437) Elliott Sales de Andrade

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