Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
P
pyshp
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
pyshp
Compare revisions
81b8bd35622c7c6d08de2727a99461ae7b3a9dea to 914f477f25fde3a8c92e7b28f73f71f7e35ca5d8
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/pyshp
Select target project
No results found
914f477f25fde3a8c92e7b28f73f71f7e35ca5d8
Select Git revision
Swap
Target
debian-gis-team/pyshp
Select target project
debian-gis-team/pyshp
1 result
81b8bd35622c7c6d08de2727a99461ae7b3a9dea
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.
· 96b394d2
Bas Couwenberg
authored
5 years ago
96b394d2
Set distribution to unstable.
· 914f477f
Bas Couwenberg
authored
5 years ago
914f477f
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
debian/changelog
+4
-2
4 additions, 2 deletions
debian/changelog
debian/control
+0
-14
0 additions, 14 deletions
debian/control
debian/python-pyshp.docs
+0
-1
0 additions, 1 deletion
debian/python-pyshp.docs
debian/rules
+0
-1
0 additions, 1 deletion
debian/rules
with
4 additions
and
18 deletions
debian/changelog
View file @
914f477f
pyshp (2.1.0+ds-2)
UNRELEASED
; urgency=medium
pyshp (2.1.0+ds-2)
unstable
; urgency=medium
* Team upload.
* Drop unused ${python3:Provides} substvar.
* Update gbp.conf to use --source-only-changes by default.
* Bump Standards-Version to 4.4.0, no changes.
* Drop Python 2 support.
-- Bas Couwenberg <sebastic@debian.org>
Mon, 15 Apr 2019 17:55:50
+0200
-- Bas Couwenberg <sebastic@debian.org>
Tue, 20 Aug 2019 20:51:09
+0200
pyshp (2.1.0+ds-1) unstable; urgency=medium
...
...
This diff is collapsed.
Click to expand it.
debian/control
View file @
914f477f
...
...
@@ -6,8 +6,6 @@ Section: python
Priority: optional
Build-Depends: debhelper (>= 9),
dh-python,
python-all,
python-setuptools,
python3-all,
python3-setuptools
Standards-Version: 4.4.0
...
...
@@ -15,18 +13,6 @@ Vcs-Browser: https://salsa.debian.org/debian-gis-team/pyshp
Vcs-Git: https://salsa.debian.org/debian-gis-team/pyshp.git
Homepage: https://github.com/GeospatialPython/pyshp
Package: python-pyshp
Architecture: all
Depends: ${python:Depends},
${misc:Depends}
Provides: ${python:Provides}
Description: read/write support for ESRI Shapefile format
PySHP provides read and write support for the ESRI Shapefile format.
The Shapefile format is a popular Geographic Information System vector
data format created by ESRI.
.
This package contains the module for Python 2.x.
Package: python3-pyshp
Architecture: all
Depends: ${python3:Depends},
...
...
This diff is collapsed.
Click to expand it.
debian/python-pyshp.docs
deleted
100644 → 0
View file @
81b8bd35
README.md
This diff is collapsed.
Click to expand it.
debian/rules
View file @
914f477f
...
...
@@ -9,7 +9,6 @@ export PYBUILD_NAME=pyshp
%
:
dh
$@
\
--buildsystem
=
pybuild
\
--with
python2
\
--with
python3
\
--parallel
...
...
This diff is collapsed.
Click to expand it.