[Python-modules-commits] [python-deprecation] 03/06: New upstream release

Ondrej Koblizek kobla-guest at moszumanska.debian.org
Tue Feb 6 12:10:00 UTC 2018


This is an automated email from the git hooks/post-receive script.

kobla-guest pushed a commit to branch master
in repository python-deprecation.

commit da82ea23a22a90775170ce1cc7691511281413f6
Author: Ondřej Kobližek <ondrej.koblizek at firma.seznam.cz>
Date:   Tue Feb 6 12:54:27 2018 +0100

    New upstream release
---
 debian/CHANGELOG | 30 ++++++++++++++++++++++++++++++
 debian/changelog |  6 ++++++
 debian/control   |  4 +++-
 3 files changed, 39 insertions(+), 1 deletion(-)

diff --git a/debian/CHANGELOG b/debian/CHANGELOG
index 195906d..bf8a81a 100644
--- a/debian/CHANGELOG
+++ b/debian/CHANGELOG
@@ -1,3 +1,33 @@
+commit fa0c4090cc8236c959b94d4feb73d3aeeb5b6563
+Merge: bd9d85c cc578e1
+Author: Brian Curtin <brian at python.org>
+Date:   Thu Feb 1 08:30:30 2018 -0500
+
+    Merge pull request #8 from dray92/distutils_to_packaging
+    
+    Migrate from distutils.version to packaging.version
+
+commit cc578e1a7559a10c087c3382cccd7c9a723b4277
+Author: Debosmit Ray <debo at uber.com>
+Date:   Sat Dec 23 05:00:52 2017 +0400
+
+    Migrate from distutils.version to packaging.version
+
+commit bd9d85c97e717cf8af28f2bc4f983f7122adc005
+Merge: 96d01c6 60dbd87
+Author: Brian Curtin <brian at python.org>
+Date:   Mon Sep 4 10:05:49 2017 -0400
+
+    Merge pull request #7 from nicfit/stacklevel
+    
+    Show location of deprecation in warning rather than the decorator
+
+commit 60dbd87854be06116188e7de09c770a56c9d83fe
+Author: Travis Shirk <travis at pobox.com>
+Date:   Sat Sep 2 22:42:05 2017 -0600
+
+    Show location of deprecation in warning rather than the decorator internals.
+
 commit 96d01c64c7f601be4c0e244bfbc9727938e11b9c
 Author: briancurtin <brian at python.org>
 Date:   Tue May 2 11:42:21 2017 -0400
diff --git a/debian/changelog b/debian/changelog
index 1f35e78..cdbee5c 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+python-deprecation (1.1-1) UNRELEASED; urgency=medium
+
+  * New upstream release
+
+ -- Ondřej Kobližek <koblizeko at gmail.com>  Mon, 05 Feb 2018 07:40:12 +0100
+
 python-deprecation (1.0.1-1) unstable; urgency=medium
 
   * Initial release. (Closes: #870723)
diff --git a/debian/control b/debian/control
index 67d72c5..8cf7dad 100644
--- a/debian/control
+++ b/debian/control
@@ -10,7 +10,9 @@ Build-Depends: debhelper (>= 10~),
                python-setuptools,
                python3-all,
                python3-setuptools,
-Build-Depends-Indep: python-unittest2,
+Build-Depends-Indep: python-packaging,
+                     python3-packaging,
+                     python-unittest2,
                      python3-unittest2,
 Standards-Version: 4.0.0
 Homepage: https://github.com/briancurtin/deprecation

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/python-deprecation.git



More information about the Python-modules-commits mailing list