[Git][debian-gis-team/python-pyproj][upstream] New upstream version 3.0.1
Bas Couwenberg
gitlab at salsa.debian.org
Fri Mar 5 05:22:51 GMT 2021
Bas Couwenberg pushed to branch upstream 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
- - - - -
6 changed files:
- .github/workflows/tests.yaml
- LICENSE
- MANIFEST.in
- 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
=====================================
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/-/commit/ae8a5f3e423fe1b581e66bdcfef92c89e08168ec
--
View it on GitLab: https://salsa.debian.org/debian-gis-team/python-pyproj/-/commit/ae8a5f3e423fe1b581e66bdcfef92c89e08168ec
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/52913ffd/attachment-0001.htm>
More information about the Pkg-grass-devel
mailing list