[Git][debian-gis-team/geolinks][master] 4 commits: New upstream version 0.2.3
Bas Couwenberg (@sebastic)
gitlab at salsa.debian.org
Fri Sep 8 05:31:43 BST 2023
Bas Couwenberg pushed to branch master at Debian GIS Project / geolinks
Commits:
7a35d12c by Bas Couwenberg at 2023-09-08T06:27:36+02:00
New upstream version 0.2.3
- - - - -
b698a767 by Bas Couwenberg at 2023-09-08T06:27:36+02:00
Update upstream source from tag 'upstream/0.2.3'
Update to upstream version '0.2.3'
with Debian dir d992d56a0294b5a4b6db6021bf363c8c7f7169b0
- - - - -
347a85ec by Bas Couwenberg at 2023-09-08T06:27:52+02:00
New upstream release.
- - - - -
2395f102 by Bas Couwenberg at 2023-09-08T06:29:02+02:00
Set distribution to unstable.
- - - - -
4 changed files:
- MANIFEST.in
- README.md
- debian/changelog
- geolinks/__init__.py
Changes:
=====================================
MANIFEST.in
=====================================
@@ -1,2 +1,3 @@
include README.md
include LICENSE.md
+include requirements.txt
=====================================
README.md
=====================================
@@ -28,13 +28,13 @@ cd my-env
. bin/activate
git clone https://github.com/geopython/geolinks.git
cd geolinks
-python setup.py build
-python setup.py install
+python3 setup.py build
+python3 setup.py install
```
via pip:
```bash
-pip install geolinks
+pip3 install geolinks
```
## Running
@@ -63,10 +63,10 @@ geolinks link sniff 'http://host/wms?service=WMS'
```bash
# via setuptools
-python setup.py test
+python3 setup.py test
# manually
cd tests
-python run_tests.py
+python3 run_tests.py
```
## Development
@@ -77,7 +77,7 @@ Same as installing a package. Use a virtualenv. Also install developer
requirements:
```bash
-pip install -r requirements-dev.txt
+pip3 install -r requirements-dev.txt
```
## Releasing
@@ -92,7 +92,7 @@ git tag -a x.y.z -m 'tagging release x.y.z'
# push tag
git push --tags
rm -fr build dist *.egg-info
-python setup.py sdist bdist_wheel --universal
+python3 setup.py sdist bdist_wheel --universal
twine upload dist/*
```
=====================================
debian/changelog
=====================================
@@ -1,3 +1,10 @@
+geolinks (0.2.3-1) unstable; urgency=medium
+
+ * Team upload.
+ * New upstream release.
+
+ -- Bas Couwenberg <sebastic at debian.org> Fri, 08 Sep 2023 06:28:48 +0200
+
geolinks (0.2.2-1) unstable; urgency=medium
* Team upload.
=====================================
geolinks/__init__.py
=====================================
@@ -35,7 +35,7 @@ import click
LOGGER = logging.getLogger(__name__)
-__version__ = '0.2.2'
+__version__ = '0.2.3'
def CLICK_OPTION_VERBOSITY(f):
View it on GitLab: https://salsa.debian.org/debian-gis-team/geolinks/-/compare/87d8f1db1df0f6529d22bd4c0912af9a4f9c8722...2395f102f558245fc65481f4f9fc8b5d0962da75
--
View it on GitLab: https://salsa.debian.org/debian-gis-team/geolinks/-/compare/87d8f1db1df0f6529d22bd4c0912af9a4f9c8722...2395f102f558245fc65481f4f9fc8b5d0962da75
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/20230908/7a884a07/attachment-0001.htm>
More information about the Pkg-grass-devel
mailing list