[Git][debian-gis-team/pycoast][master] 3 commits: Switch from python3-pytest-lazy-fixture to python3-pytest-lazy-fixtures

Antonio Valentino (@antonio.valentino) gitlab at salsa.debian.org
Wed May 15 20:31:17 BST 2024



Antonio Valentino pushed to branch master at Debian GIS Project / pycoast


Commits:
04f0a07d by Antonio Valentino at 2024-05-15T19:24:36+00:00
Switch from python3-pytest-lazy-fixture to python3-pytest-lazy-fixtures

- - - - -
3f299fe9 by Antonio Valentino at 2024-05-15T19:26:01+00:00
Update dates in d/copyright

- - - - -
cfb8a991 by Antonio Valentino at 2024-05-15T19:26:04+00:00
Set distribution to unstable

- - - - -


5 changed files:

- debian/changelog
- debian/control
- debian/copyright
- + debian/patches/0004-Switch-to-python3-pytest-lazy-fixtures.patch
- debian/patches/series


Changes:

=====================================
debian/changelog
=====================================
@@ -1,9 +1,17 @@
-pycoast (1.7.0+dfsg-2) UNRELEASED; urgency=medium
+pycoast (1.7.0+dfsg-2) unstable; urgency=medium
 
-  * Team upload.
+  [ Bas Couwenberg ]
   * Use pybuild --print to get build_dir path.
 
- -- Bas Couwenberg <sebastic at debian.org>  Sat, 11 May 2024 21:15:51 +0200
+  [ Antonio Valentino ]
+  * debian/control:
+    - Switch from python3-pytest-lazy-fixture to python3-pytest-lazy-fixtures
+      as dependency.
+  * debian/patches:
+    - New 0004-Switch-to-python3-pytest-lazy-fixtures.patch.
+  * Update dates in d/copyright.
+
+ -- Antonio Valentino <antonio.valentino at tiscali.it>  Wed, 15 May 2024 17:44:03 +0000
 
 pycoast (1.7.0+dfsg-1) unstable; urgency=medium
 


=====================================
debian/control
=====================================
@@ -19,7 +19,7 @@ Build-Depends: debhelper-compat (= 13),
                python3-pyresample,
                python3-pyshp,
                python3-pytest <!nocheck>,
-               python3-pytest-lazy-fixture <!nocheck>,
+               python3-pytest-lazy-fixtures <!nocheck>,
                python3-setuptools,
                python3-sphinx <!nodoc>,
                python3-sphinxcontrib.apidoc <!nodoc>,


=====================================
debian/copyright
=====================================
@@ -33,7 +33,7 @@ Copyright: 1991-2008, P. Wessel & W. H. F. Smith
 License: GPL-2+
 
 Files: debian/*
-Copyright: 2014-2023, Antonio Valentino <antonio.valentino at tiscali.it>
+Copyright: 2014-2024, Antonio Valentino <antonio.valentino at tiscali.it>
 License: GPL-3+
 
 License: public-domain


=====================================
debian/patches/0004-Switch-to-python3-pytest-lazy-fixtures.patch
=====================================
@@ -0,0 +1,22 @@
+From: Antonio Valentino <antonio.valentino at tiscali.it>
+Date: Wed, 15 May 2024 17:52:00 +0000
+Subject: Switch to python3-pytest-lazy-fixtures
+
+Forwarded: not-needed
+---
+ pycoast/tests/test_pycoast.py | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+diff --git a/pycoast/tests/test_pycoast.py b/pycoast/tests/test_pycoast.py
+index 4d144bc..b3a5eff 100644
+--- a/pycoast/tests/test_pycoast.py
++++ b/pycoast/tests/test_pycoast.py
+@@ -30,7 +30,7 @@ import shapefile
+ from PIL import Image, ImageFont
+ from pyproj import CRS
+ from pyresample.geometry import AreaDefinition
+-from pytest_lazyfixture import lazy_fixture
++from pytest_lazy_fixtures import lf as lazy_fixture
+ 
+ LOCAL_DIR = os.path.dirname(__file__)
+ 


=====================================
debian/patches/series
=====================================
@@ -1,3 +1,4 @@
 0001-Fix-font-path.patch
 0002-Fix-sphinx-build.patch
 0003-Remove-versioneer-from-pyproject.toml.patch
+0004-Switch-to-python3-pytest-lazy-fixtures.patch



View it on GitLab: https://salsa.debian.org/debian-gis-team/pycoast/-/compare/4bf75e69b1a9632a205ba6762bf1222a33e5f698...cfb8a991255597ce241d94d4532d76d142cc79b7

-- 
View it on GitLab: https://salsa.debian.org/debian-gis-team/pycoast/-/compare/4bf75e69b1a9632a205ba6762bf1222a33e5f698...cfb8a991255597ce241d94d4532d76d142cc79b7
You're receiving this email because of your account on salsa.debian.org.


-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/pkg-grass-devel/attachments/20240515/affa1ffa/attachment-0001.htm>


More information about the Pkg-grass-devel mailing list