[med-svn] [Git][med-team/python-bz2file][master] 7 commits: Drop Python2 package

Andreas Tille gitlab at salsa.debian.org
Sun Jan 5 06:25:43 GMT 2020



Andreas Tille pushed to branch master at Debian Med / python-bz2file


Commits:
af3dacec by Andreas Tille at 2020-01-05T07:09:25+01:00
Drop Python2 package

- - - - -
fe1124f9 by Andreas Tille at 2020-01-05T07:09:58+01:00
routine-update: debhelper-compat 12

- - - - -
d069bb40 by Andreas Tille at 2020-01-05T07:10:02+01:00
routine-update: Standards-Version: 4.4.1

- - - - -
b109fc99 by Andreas Tille at 2020-01-05T07:10:02+01:00
Refer to common license file for Apache-2.0.

Fixes lintian: copyright-does-not-refer-to-common-license-file
See https://lintian.debian.org/tags/copyright-does-not-refer-to-common-license-file.html for more details.


Fixes lintian:  copyright-should-refer-to-common-license-file-for-apache-2
See https://lintian.debian.org/tags/ copyright-should-refer-to-common-license-file-for-apache-2.html for more details.

- - - - -
063a649a by Andreas Tille at 2020-01-05T07:10:06+01:00
Set upstream metadata fields: Bug-Database.

Fixes lintian: upstream-metadata-file-is-missing
See https://lintian.debian.org/tags/upstream-metadata-file-is-missing.html for more details.

- - - - -
0bfb714e by Andreas Tille at 2020-01-05T07:21:59+01:00
No upstream signature found - drop signing from watch file

- - - - -
f2b0a238 by Andreas Tille at 2020-01-05T07:23:10+01:00
Upload to unstable

- - - - -


7 changed files:

- debian/changelog
- − debian/compat
- debian/control
- debian/copyright
- debian/rules
- + debian/upstream/metadata
- debian/watch


Changes:

=====================================
debian/changelog
=====================================
@@ -1,3 +1,16 @@
+python-bz2file (0.98-3) unstable; urgency=medium
+
+  * Team upload.
+  * Drop Python2 package
+    Closes: #937625
+  * debhelper-compat 12
+  * Standards-Version: 4.4.1
+  * Refer to common license file for Apache-2.0.
+  * Set upstream metadata fields: Bug-Database.
+  * No upstream signature found - drop signing from watch file
+
+ -- Andreas Tille <tille at debian.org>  Sun, 05 Jan 2020 07:22:06 +0100
+
 python-bz2file (0.98-2) unstable; urgency=medium
 
   * Team upload.


=====================================
debian/compat deleted
=====================================
@@ -1 +0,0 @@
-11


=====================================
debian/control
=====================================
@@ -4,31 +4,15 @@ Uploaders: Michael R. Crusoe <mcrusoe at msu.edu>
 Section: python
 Testsuite: autopkgtest-pkg-python
 Priority: optional
-Build-Depends: debhelper (>= 11~),
+Build-Depends: debhelper-compat (= 12),
                dh-python,
-               python,
-               python-setuptools,
                python3,
                python3-setuptools
-Standards-Version: 4.2.1
+Standards-Version: 4.4.1
 Vcs-Browser: https://salsa.debian.org/med-team/python-bz2file
 Vcs-Git: https://salsa.debian.org/med-team/python-bz2file.git
 Homepage: https://github.com/nvawda/bz2file
 
-Package: python-bz2file
-Architecture: all
-Depends: ${python:Depends},
-         ${misc:Depends}
-Provides: ${python:Provides}
-Description: Python library for reading and writing bzip2-compressed files
- Bz2file is a Python library for reading and writing bzip2-compressed files.
- .
- It contains a drop-in replacement for the file interface in the standard
- library's bz2 module, including features from the latest development version
- of CPython that are not available in older releases.
- .
- Bz2file for Python2.
-
 Package: python3-bz2file
 Architecture: all
 Depends: ${python3:Depends},


=====================================
debian/copyright
=====================================
@@ -4,21 +4,24 @@ Source: https://pypi.python.org/packages/source/b/bz2file/bz2file-0.98.tar.gz
 
 Files: *
 Copyright: © 2012-2015 Nadeem Vawda <nadeem.vawda at gmail.com>
-License: Apache
+License: Apache-2.0
 
 Files: debian/*
 Copyright: © 2015 Michael R. Crusoe <mcrusoe at msu.edu>
-License: Apache
+License: Apache-2.0
 
-License: Apache
+License: Apache-2.0
  Licensed under the Apache License, Version 2.0 (the "License");
  you may not use this file except in compliance with the License.
  You may obtain a copy of the License at
  .
-    http://www.apache.org/licenses/LICENSE-2.0
+      http://www.apache.org/licenses/LICENSE-2.0
  .
  Unless required by applicable law or agreed to in writing, software
  distributed under the License is distributed on an "AS IS" BASIS,
  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  See the License for the specific language governing permissions and
  limitations under the License.
+ .
+ On Debian systems, the full text of the Apache License, Version 2.0
+ can be found in the file `/usr/share/common-licenses/Apache-2.0'.


=====================================
debian/rules
=====================================
@@ -4,4 +4,4 @@ DH_VERBOSE := 1
 export PYBUILD_NAME=bz2file
 
 %:
-	dh $@ --with python2,python3 --buildsystem=pybuild
+	dh $@ --with python3 --buildsystem=pybuild


=====================================
debian/upstream/metadata
=====================================
@@ -0,0 +1 @@
+Bug-Database: https://github.com/nvawda/bz2file/issues


=====================================
debian/watch
=====================================
@@ -1,3 +1,3 @@
 version=3
-opts=uversionmangle=s/(rc|a|b|c)/~$1/,pgpsigurlmangle=s/$/.asc/ \
+opts=uversionmangle=s/(rc|a|b|c)/~$1/ \
 http://pypi.debian.net/bz2file/bz2file-(.+)\.(?:zip|tgz|tbz|txz|(?:tar\.(?:gz|bz2|xz)))



View it on GitLab: https://salsa.debian.org/med-team/python-bz2file/compare/64959fcfa888884fda5803a4ed79d6155adcf916...f2b0a2381fe0ad2a91af0f9e6ec44be40719ab7e

-- 
View it on GitLab: https://salsa.debian.org/med-team/python-bz2file/compare/64959fcfa888884fda5803a4ed79d6155adcf916...f2b0a2381fe0ad2a91af0f9e6ec44be40719ab7e
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/debian-med-commit/attachments/20200105/f8824e88/attachment-0001.html>


More information about the debian-med-commit mailing list