[Python-modules-commits] [enum34] 03/03: New upstream release.
Barry Warsaw
barry at moszumanska.debian.org
Wed Jul 13 14:11:21 UTC 2016
This is an automated email from the git hooks/post-receive script.
barry pushed a commit to branch master
in repository enum34.
commit f290d362a8d9767fb18687442d21f25980877481
Author: Barry Warsaw <barry at python.org>
Date: Wed Jul 13 10:11:03 2016 -0400
New upstream release.
* New upstream release.
* d/control: Add `Breaks: python-enum` to ensure that package (since
removed from the archive) gets uninstalled when python-enum34 is
installed. (Closes: #830712)
---
debian/changelog | 9 +++++++++
debian/control | 1 +
2 files changed, 10 insertions(+)
diff --git a/debian/changelog b/debian/changelog
index c5febc4..3b2e820 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,12 @@
+enum34 (1.1.6-1) UNRELEASED; urgency=medium
+
+ * New upstream release.
+ * d/control: Add `Breaks: python-enum` to ensure that package (since
+ removed from the archive) gets uninstalled when python-enum34 is
+ installed. (Closes: #830712)
+
+ -- Barry Warsaw <barry at debian.org> Wed, 13 Jul 2016 09:56:45 -0400
+
enum34 (1.1.5-1) unstable; urgency=medium
[ Ondřej Nový ]
diff --git a/debian/control b/debian/control
index ab7e738..c9d6bcf 100644
--- a/debian/control
+++ b/debian/control
@@ -34,6 +34,7 @@ Package: python-enum34
Architecture: all
Depends: ${misc:Depends}, ${python:Depends}
Suggests: python-enum34-doc
+Breaks: python-enum
Description: backport of Python 3.4's enum package
PEP 435 adds an enumeration to Python 3.4. This module provides a
backport of that data type for older Python versions. It defines two
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/enum34.git
More information about the Python-modules-commits
mailing list