Your message dated Sat, 14 Feb 2015 13:00:07 +0000
with message-id <[email protected]>
and subject line Bug#765866: fixed in blessings 1.6-1
has caused the Debian Bug report #765866,
regarding python-blessings: new upstream release
to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)
--
765866: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=765866
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: python-blessings
Version: 1.5-1
Severity: wishlist
Tags: patch
A new upstream release of blessings is available. It would be great if
you could package.
I've attached a patch against the current version in the svn repo that
updates blessings to 1.6 and adds a python3-blessings package. It also
switches the build system to pybuild.
Cheers
--
Sebastian Ramacher
Index: debian/changelog
===================================================================
--- debian/changelog (revision 31127)
+++ debian/changelog (working copy)
@@ -1,9 +1,16 @@
-blessings (1.5-2) UNRELEASED; urgency=low
+blessings (1.6-1) UNRELEASED; urgency=low
+ [ Jakub Wilk ]
* Use canonical URIs for Vcs-* fields.
- -- Jakub Wilk <[email protected]> Sun, 05 May 2013 16:00:32 +0200
+ [ Sebastian Ramacher ]
+ * New upstream release.
+ * Add Python 3 package. (Closes: #707782)
+ * Switch to pybuild build system.
+ * Run tests with nosetest.
+ -- Sebastian Ramacher <[email protected]> Sat, 18 Oct 2014 20:46:18 +0200
+
blessings (1.5-1) unstable; urgency=low
* New package (Closes: #696034)
Index: debian/control
===================================================================
--- debian/control (revision 31127)
+++ debian/control (working copy)
@@ -5,8 +5,13 @@
Uploaders: Debian Python Modules Team <[email protected]>
Build-Depends:
python-setuptools (>= 0.6b3),
+ python3-setuptools,
python-all (>= 2.6.6-3),
- debhelper (>= 7.0.50)
+ python3-all,
+ debhelper (>= 7.0.50),
+ dh-python,
+ python-nose,
+ python3-nose
Standards-Version: 3.9.3
Homepage: https://github.com/erikrose/blessings
Vcs-Svn: svn://anonscm.debian.org/python-modules/packages/blessings/trunk/
@@ -20,7 +25,19 @@
features to curses but beating some of their limitations: it does not require
clearing the whole screen for little changes, scrollback buffer after program
exits, avoid styling when on output redirection, etc.
+ .
+ This package contains the module for Python 2.
+Package: python3-blessings
+Architecture: all
+Depends: ${misc:Depends}, ${python3:Depends}
+Description: simple but powerful module to manage terminal color and styling
+ Blessings is a pythonic API to manipulate terminal. It provides similar
+ features to curses but beating some of their limitations: it does not require
+ clearing the whole screen for little changes, scrollback buffer after program
+ exits, avoid styling when on output redirection, etc.
+ .
+ This package contains the module for Python 3.
## Local Variables:
## coding: utf-8
Index: debian/python-blessings.install
===================================================================
--- debian/python-blessings.install (revision 0)
+++ debian/python-blessings.install (working copy)
@@ -0,0 +1 @@
+usr/lib/python2*
Index: debian/python3-blessings.install
===================================================================
--- debian/python3-blessings.install (revision 0)
+++ debian/python3-blessings.install (working copy)
@@ -0,0 +1 @@
+usr/lib/python3*
Index: debian/rules
===================================================================
--- debian/rules (revision 31127)
+++ debian/rules (working copy)
@@ -1,10 +1,7 @@
#!/usr/bin/make -f
%:
- dh $@ --with python2
+ dh $@ --with python2,python3 --buildsystem pybuild
-
-override_dh_auto_clean:
- dh_auto_clean
- rm -rf build
- rm -rf *.egg-info
+override_dh_auto_test:
+ dh_auto_test -- --test-nose
signature.asc
Description: Digital signature
--- End Message ---
--- Begin Message ---
Source: blessings
Source-Version: 1.6-1
We believe that the bug you reported is fixed in the latest version of
blessings, which is due to be installed in the Debian FTP archive.
A summary of the changes between this version and the previous one is
attached.
Thank you for reporting the bug, which will now be closed. If you
have further comments please address them to [email protected],
and the maintainer will reopen the bug report if appropriate.
Debian distribution maintenance software
pp.
Sebastian Ramacher <[email protected]> (supplier of updated blessings
package)
(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing [email protected])
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256
Format: 1.8
Date: Tue, 10 Feb 2015 14:08:17 +0100
Source: blessings
Binary: python-blessings python3-blessings
Architecture: source all
Version: 1.6-1
Distribution: experimental
Urgency: low
Maintainer: David Villa Alises <[email protected]>
Changed-By: Sebastian Ramacher <[email protected]>
Description:
python-blessings - simple but powerful module to manage terminal color and
styling (
python3-blessings - simple but powerful module to manage terminal color and
styling (
Closes: 707782 765866
Changes:
blessings (1.6-1) experimental; urgency=low
.
* Team upload.
.
[ Jakub Wilk ]
* Use canonical URIs for Vcs-* fields.
.
[ Sebastian Ramacher ]
* New upstream release. (Closes: #765866)
* Add Python 3 package. (Closes: #707782)
* Switch to pybuild build system.
* Bump Standards-Version, no changes needed.
* Use pypi.debian.net redirector in watch file.
Checksums-Sha1:
134976b5e75dd54bf4cbb35ffa59e61d1dd0e373 2129 blessings_1.6-1.dsc
f7a0bda2eb0463ca3ae8c4a1e1e71aa457a292e5 19974 blessings_1.6.orig.tar.gz
85b76dc7bc3821afac2a8b27103c08cbb1a319f7 2376 blessings_1.6-1.debian.tar.xz
f48f2808981774f455aa02c7676e05f81a2ad440 18328 python-blessings_1.6-1_all.deb
d60153cc07bc513b01d65418bcd8877a618f8767 18446 python3-blessings_1.6-1_all.deb
Checksums-Sha256:
2c7277a98a3ed147b6c1bb3ca44ccbfc439fb20d726bd3e2b018968dc79cefcc 2129
blessings_1.6-1.dsc
edc5713061f10966048bf6b40d9a514b381e0ba849c64e034c4ef6c1847d3007 19974
blessings_1.6.orig.tar.gz
cd24e4afbeb0d3e9e53179fa800f1f7da00c7205ef893ea803d7c17464b92c14 2376
blessings_1.6-1.debian.tar.xz
cc62e27d7eb52f026d80a325c27ea8b39c1435800d03a77049c9b01de781f330 18328
python-blessings_1.6-1_all.deb
773a9f820da9472378557611e83bef8edfaca2712c706ed6c12ed9907cd923f2 18446
python3-blessings_1.6-1_all.deb
Files:
86470294daab08d35c47da6d913e130e 2129 python optional blessings_1.6-1.dsc
4f552a8ebcd4982693c92571beb99394 19974 python optional
blessings_1.6.orig.tar.gz
8f945c376cee94c16bfed6e2f5cc6f15 2376 python optional
blessings_1.6-1.debian.tar.xz
f1b2faeb62ad7a270fb1a3baf5bc69b3 18328 python optional
python-blessings_1.6-1_all.deb
ac7f4196cff3f0c471d3173ff4e4a399 18446 python optional
python3-blessings_1.6-1_all.deb
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1
iQIcBAEBCAAGBQJU2gQBAAoJEGny/FFupxmTGHMP/Rbs8fZQQ+BmNiEP/YiurTqS
vyWSHUuXWwdg1JejRvTRLoY/vhDOjsChd5jMKU/THi8LEWjf8fqVGk6ZCThZM1XK
N7AgvtvQT4/W+o6f04z3I3wJpBXVA3xgnuZb/P45wiLaRE0rhHkyH5sKCxx+gJL5
mF9fw/0BK8/kAlXBuIbUq+aFEAkYv8BTCPTcV5an+2eCENUsTyO1NxSZza468HsD
rnUy5Sf+TCD/sVEPazD3M63pRvhppUawGhkT2gQfLhcZ2lhje3EobmMgD5uIAhWl
gIanwQjNChzZlHg6y4EWnP+wRRwZo+xfuRNrMRC0da0Ly3bhmjpTHjhiqDC4n71F
8kx02Zput8wYNGaLHRTE736mF++pseKZTNpzFguzQkBcoYGVqV/eSXwIatFA+51i
2BQE3bVfwtBZPnQnmWJ3s1NZGhX9Ndj4Gh4prM03e+jal7ah8qsqGePxYuc++xoQ
x+6vhoXCCaCl8YJPfg3xaW7Iyq//hA6iXWPf/x3xAJCGYHy093j1OyU71iGl0/nR
nmJaG6BN72i+aEvrMFM8t99Xw4mKp/Df3hF2gztOXBUB1dvIG0COUVQlagmokyBK
HyXwSyVAwY5zQHboJjmZmr/fjzA1mpSZKcVkx280aI0UOtzfYW1vuHIStQJdzv3/
qmY67hqSe9WDlehgY1mk
=0zdU
-----END PGP SIGNATURE-----
--- End Message ---