Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
P
python-geojson
Manage
Activity
Members
Labels
Plan
Wiki
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Debian GIS Project
python-geojson
Compare revisions
b6bbb1a9011a78f8f5a9d55a1bfbddbddf70d442 to 66a36c884ac59bf6503c00a770513a4b1240be31
Compare revisions
Changes are shown as if the
source
revision was being merged into the
target
revision.
Learn more about comparing revisions.
Source
debian-gis-team/python-geojson
Select target project
No results found
66a36c884ac59bf6503c00a770513a4b1240be31
Select Git revision
Swap
Target
debian-gis-team/python-geojson
Select target project
debian-gis-team/python-geojson
1 result
b6bbb1a9011a78f8f5a9d55a1bfbddbddf70d442
Select Git revision
Show changes
Only incoming changes from source
Include changes to target since source was created
Compare
Commits on Source (2)
Drop Python 2 support.
· 1dc815b8
Bas Couwenberg
authored
5 years ago
1dc815b8
Set distribution to unstable.
· 66a36c88
Bas Couwenberg
authored
5 years ago
66a36c88
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
debian/changelog
+7
-0
7 additions, 0 deletions
debian/changelog
debian/control
+1
-16
1 addition, 16 deletions
debian/control
debian/rules
+1
-2
1 addition, 2 deletions
debian/rules
with
9 additions
and
18 deletions
debian/changelog
View file @
66a36c88
python-geojson (2.5.0-2) unstable; urgency=medium
* Team upload.
* Drop Python 2 support.
-- Bas Couwenberg <sebastic@debian.org> Wed, 21 Aug 2019 14:40:12 +0200
python-geojson (2.5.0-1) unstable; urgency=medium
* Team upload.
...
...
This diff is collapsed.
Click to expand it.
debian/control
View file @
66a36c88
...
...
@@ -5,28 +5,13 @@ Section: python
Priority: optional
Build-Depends: debhelper (>= 9),
dh-python,
python-setuptools,
python-all,
python3-setuptools,
python3-all,
python3-setuptools
Standards-Version: 4.4.0
Vcs-Browser: https://salsa.debian.org/debian-gis-team/python-geojson
Vcs-Git: https://salsa.debian.org/debian-gis-team/python-geojson.git
Homepage: https://github.com/frewsxcv/python-geojson
Package: python-geojson
Architecture: all
Depends: ${python:Depends},
${misc:Depends},
Description: Python 2 bindings and utilities for GeoJSON
This library contains:
.
* Functions for encoding and decoding GeoJSON formatted data
* Classes for all GeoJSON Objects
* An implementation of the Python geo_interface Specification
.
This is the Python 2 version of the library
Package: python3-geojson
Architecture: all
Depends: ${python3:Depends},
...
...
This diff is collapsed.
Click to expand it.
debian/rules
View file @
66a36c88
...
...
@@ -5,7 +5,6 @@ export LC_ALL=C.UTF-8
export
LANG
=
C.UTF-8
export
PYBUILD_NAME
=
geojson
#export PYBUILD_DISABLE_python3.4=test
%
:
dh
$@
--with
python2,
python3
--buildsystem
pybuild
dh
$@
--with
python3
--buildsystem
pybuild
This diff is collapsed.
Click to expand it.