[Git][debian-gis-team/python-pyproj][experimental] 5 commits: New upstream version 3.0.1

Bas Couwenberg gitlab at salsa.debian.org
Fri Mar 5 05:22:48 GMT 2021



Bas Couwenberg pushed to branch experimental at Debian GIS Project / python-pyproj


Commits:
ae8a5f3e by Bas Couwenberg at 2021-03-05T06:07:51+01:00
New upstream version 3.0.1
- - - - -
1ffcb9ae by Bas Couwenberg at 2021-03-05T06:07:52+01:00
Update upstream source from tag 'upstream/3.0.1'

Update to upstream version '3.0.1'
with Debian dir 528735e4991c6859101ed719b17644bc840668b2
- - - - -
1fc3c57c by Bas Couwenberg at 2021-03-05T06:08:06+01:00
New upstream release.

- - - - -
cd6ad33f by Bas Couwenberg at 2021-03-05T06:09:05+01:00
Update copyright file.

- - - - -
078fc33f by Bas Couwenberg at 2021-03-05T06:09:18+01:00
Set distribution to experimental.

- - - - -


8 changed files:

- .github/workflows/tests.yaml
- LICENSE
- MANIFEST.in
- debian/changelog
- debian/copyright
- docs/conf.py
- docs/installation.rst
- pyproj/__init__.py


Changes:

=====================================
.github/workflows/tests.yaml
=====================================
@@ -96,5 +96,6 @@ jobs:
           source activate test
           python -m pip install -r requirements-docs.txt
           sphinx-build -b html docs/ docs/_build/
+          sphinx-build -b man docs/ docs/_build/
 
       - uses: codecov/codecov-action at v1


=====================================
LICENSE
=====================================
@@ -1,5 +1,5 @@
 Copyright (c) 2006-2018, Jeffrey Whitaker.
-Copyright (c) 2019-2020, Open source contributors.
+Copyright (c) 2019-2021, Open source contributors.
 
 Permission is hereby granted, free of charge, to any person obtaining a copy of
 this software and associated documentation files (the "Software"), to deal in


=====================================
MANIFEST.in
=====================================
@@ -13,6 +13,7 @@ include pyproj/*.pyi
 include test/sample.out
 include test/*.py
 include test/*/*.py
+exclude pyproj/*.c
 recursive-include docs *
 prune docs/_build
 prune pyproj/proj_dir


=====================================
debian/changelog
=====================================
@@ -1,3 +1,10 @@
+python-pyproj (3.0.1-1~exp1) experimental; urgency=medium
+
+  * New upstream release.
+  * Update copyright file.
+
+ -- Bas Couwenberg <sebastic at debian.org>  Fri, 05 Mar 2021 06:09:07 +0100
+
 python-pyproj (3.0.1~rc0-1~exp1) experimental; urgency=medium
 
   * New upstream release candidate.


=====================================
debian/copyright
=====================================
@@ -5,7 +5,7 @@ Source: https://github.com/pyproj4/pyproj
 
 Files: *
 Copyright: 2006-2018, Jeffrey Whitaker <jeffrey.s.whitaker at noaa.gov>
-           2019-2020, Open source contributors
+           2019-2021, Open source contributors
 License: Expat
 
 Files: debian/*


=====================================
docs/conf.py
=====================================
@@ -55,7 +55,7 @@ master_doc = "index"
 
 # General information about the project.
 project = "pyproj"
-copyright = "2006-2018, Jeffrey Whitaker; 2019-2020, Open source contributors"
+copyright = "2006-2018, Jeffrey Whitaker; 2019-2021, Open source contributors"
 author = "Jeffrey Whitaker"
 
 # The version info for the project you're documenting, acts as replacement


=====================================
docs/installation.rst
=====================================
@@ -53,7 +53,8 @@ pyproj         PROJ
 2.0-2.1        6.0+
 2.2-2.3        6.1-7
 2.4-2.6        6.2-7
-3+             7.2+
+3.0.0          7.2
+3.0.1+         7.2+
 ============   ============
 
 Setup PROJ


=====================================
pyproj/__init__.py
=====================================
@@ -9,7 +9,7 @@ Requirements: Python 3.6+.
 Contact:  Jeffrey Whitaker <jeffrey.s.whitaker at noaa.gov>
 
 Copyright (c) 2006-2018, Jeffrey Whitaker.
-Copyright (c) 2019-2020, Open source contributors.
+Copyright (c) 2019-2021, Open source contributors.
 
 Permission is hereby granted, free of charge, to any person obtaining a copy of
 this software and associated documentation files (the "Software"), to deal in
@@ -28,7 +28,7 @@ HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTIO
 OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
 SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
 """
-__version__ = "3.0.1rc0"
+__version__ = "3.0.1"
 __all__ = [
     "Proj",
     "Geod",



View it on GitLab: https://salsa.debian.org/debian-gis-team/python-pyproj/-/compare/0d12b1a40cc9020c2457402018405b9f261e8482...078fc33f3ecaec90cb979c12eb22e54820429f2b

-- 
View it on GitLab: https://salsa.debian.org/debian-gis-team/python-pyproj/-/compare/0d12b1a40cc9020c2457402018405b9f261e8482...078fc33f3ecaec90cb979c12eb22e54820429f2b
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/20210305/3006076e/attachment-0001.htm>


More information about the Pkg-grass-devel mailing list