Your message dated Fri, 02 Aug 2013 01:00:06 +0000
with message-id <[email protected]>
and subject line Bug#714784: fixed in python-repoze.lru 0.6-2
has caused the Debian Bug report #714784,
regarding python-repoze.lru: Please provide python3 package
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.)
--
714784: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=714784
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: python-repoze.lru
Version: 0.6-1
Severity: normal
Dear Maintainer,
I'd like to run a python3 application that needs
python3-repoze.lru. python3-prepoze.lru package is python3 compatible.
May I commit and do a team upload to build python3 package?
Diff attached.
Regards,
Dmitrijs.
Index: debian/changelog
===================================================================
--- debian/changelog (revision 25066)
+++ debian/changelog (working copy)
@@ -1,3 +1,12 @@
+python-repoze.lru (0.6-2) UNRELEASED; urgency=low
+
+ * Team upload
+ * Add python3 package
+ * Bump debhelper to 9, standards to 3.8.4
+ * Install upstream changelog under proper name
+
+ -- Dmitrijs Ledkovs <[email protected]> Tue, 02 Jul 2013 20:38:00 +0100
+
python-repoze.lru (0.6-1) unstable; urgency=low
[ Jakub Wilk ]
Index: debian/compat
===================================================================
--- debian/compat (revision 25066)
+++ debian/compat (working copy)
@@ -1 +1 @@
-7
+9
Index: debian/control
===================================================================
--- debian/control (revision 25066)
+++ debian/control (working copy)
@@ -3,8 +3,9 @@
Priority: extra
Maintainer: Debian Python Modules Team <[email protected]>
Uploaders: TANIGUCHI Takaki <[email protected]>
-Build-Depends: debhelper (>= 7.0.50~), python-setuptools, python-all
-Standards-Version: 3.9.3
+Build-Depends: debhelper (>= 9), python-setuptools, python-all, python3-setuptools, python3-all
+Standards-Version: 3.9.4
+X-Python3-Versions: >= 3.2
Homepage: http://www.repoze.org/
Vcs-Svn: svn://anonscm.debian.org/python-modules/packages/python-repoze.lru/trunk/
Vcs-Browser: http://anonscm.debian.org/viewvc/python-modules/packages/python-repoze.lru/trunk/
@@ -17,3 +18,15 @@
repoze.lru is a LRU (least recently used) cache implementation. Keys and
values that are not used frequently will be evicted from the cache faster
than keys and values that are used frequently.
+ .
+ This is the Python 2 version of the package.
+
+Package: python3-repoze.lru
+Architecture: all
+Depends: ${python3:Depends}, ${misc:Depends}
+Description: tiny LRU cache implementation and decorator for Python 3
+ repoze.lru is a LRU (least recently used) cache implementation. Keys and
+ values that are not used frequently will be evicted from the cache faster
+ than keys and values that are used frequently.
+ .
+ This is the Python 3 version of the package.
Index: debian/docs
===================================================================
--- debian/docs (revision 25066)
+++ debian/docs (working copy)
@@ -1,4 +1,2 @@
-CHANGES.txt
COPYRIGHT.txt
README.txt
-README.txt
Index: debian/python-repoze.lru.install
===================================================================
--- debian/python-repoze.lru.install (revision 0)
+++ debian/python-repoze.lru.install (working copy)
@@ -0,0 +1 @@
+/usr/lib/python2*
Index: debian/python3-repoze.lru.install
===================================================================
--- debian/python3-repoze.lru.install (revision 0)
+++ debian/python3-repoze.lru.install (working copy)
@@ -0,0 +1 @@
+/usr/lib/python3*
Index: debian/rules
===================================================================
--- debian/rules (revision 25066)
+++ debian/rules (working copy)
@@ -1,4 +1,29 @@
#!/usr/bin/make -f
+PYTHON2:=$(shell pyversions -r)
+PYTHON3:=$(shell py3versions -r)
+py3sdo=set -e; $(foreach py, $(PYTHON3), $(py) $(1);)
+pyalldo=set -e; $(foreach py, $(PYTHON2) $(PYTHON3), $(py) $(1);)
+
%:
- dh $@ --with python2
+ dh $@ --with python2,python3
+
+override_dh_auto_build:
+ dh_auto_build
+ $(call py3sdo, setup.py build)
+
+override_dh_auto_install:
+ dh_auto_install
+ $(call py3sdo, setup.py install --root=$(CURDIR)/debian/tmp --install-layout=deb)
+
+override_dh_auto_clean:
+ dh_auto_clean
+ rm -rf build *.egg-info
+
+ifeq (,$(filter nocheck,$(DEB_BUILD_OPTIONS)))
+override_dh_auto_test:
+ $(call pyalldo, setup.py test)
+endif
+
+override_dh_installchangelogs:
+ dh_installchangelogs CHANGES.txt
--- End Message ---
--- Begin Message ---
Source: python-repoze.lru
Source-Version: 0.6-2
We believe that the bug you reported is fixed in the latest version of
python-repoze.lru, 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.
Dmitrijs Ledkovs <[email protected]> (supplier of updated python-repoze.lru
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, 02 Jul 2013 20:38:00 +0100
Source: python-repoze.lru
Binary: python-repoze.lru python3-repoze.lru
Architecture: source all
Version: 0.6-2
Distribution: unstable
Urgency: low
Maintainer: Debian Python Modules Team
<[email protected]>
Changed-By: Dmitrijs Ledkovs <[email protected]>
Description:
python-repoze.lru - tiny LRU cache implementation and decorator
python3-repoze.lru - tiny LRU cache implementation and decorator for Python 3
Closes: 714784
Changes:
python-repoze.lru (0.6-2) unstable; urgency=low
.
* Team upload
* Add python3 package (Closes: #714784)
* Bump debhelper to 9, standards to 3.8.4
* Install upstream changelog under proper name
Checksums-Sha1:
9f21d1fea320acc0c417d7d361e7b8f99b4eb078 2141 python-repoze.lru_0.6-2.dsc
e7cfb2ca9e9dcbf237844f9e6233903a38ce6d09 19814
python-repoze.lru_0.6.orig.tar.gz
4d2e2beee15b4d0897697f42701fc9db39b59fa1 2853
python-repoze.lru_0.6-2.debian.tar.gz
13734366e24089d67db3125cb510b6987447e4ab 13440 python-repoze.lru_0.6-2_all.deb
9f74172410b6ed690db6d3be7b5ab2311ac104e7 12632 python3-repoze.lru_0.6-2_all.deb
Checksums-Sha256:
60e5b2fc4321daab89077d6744ae4bf8d9bc1da855722e5fd5d7329ed1db8f84 2141
python-repoze.lru_0.6-2.dsc
0f7a323bf716d3cb6cb3910cd4fccbee0b3d3793322738566ecce163b01bbd31 19814
python-repoze.lru_0.6.orig.tar.gz
cf64a9f9b277e3c1837cef3368e7ec330467809b17683e7862cf9170d3a212c8 2853
python-repoze.lru_0.6-2.debian.tar.gz
d1295d5f393d96d9f5a8a1777f76e0038156b867b65a98478de528ed88d97e8e 13440
python-repoze.lru_0.6-2_all.deb
6ac13b820b45b652d2b16002ab13dfb5aecab24913216a7640efcb4b9d54e5b8 12632
python3-repoze.lru_0.6-2_all.deb
Files:
f97139322c47c7e8ae863b9b46f5a3ca 2141 python extra python-repoze.lru_0.6-2.dsc
2c3b64b17a8e18b405f55d46173e14dd 19814 python extra
python-repoze.lru_0.6.orig.tar.gz
83e9d0e1dfe4421e71b420e312b628c7 2853 python extra
python-repoze.lru_0.6-2.debian.tar.gz
dad4d811d2d11e0fffbcba7048496dba 13440 python extra
python-repoze.lru_0.6-2_all.deb
df5e74198eaf674ba9679770e81d9d77 12632 python extra
python3-repoze.lru_0.6-2_all.deb
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.12 (GNU/Linux)
iQIcBAEBCAAGBQJR4IEbAAoJEIh7YGGLPBauiAAP/0kCYtsynG9acleHFTQReyHI
p3gDKHHff6f7EBk+P0N+OqNjXoSPX8zYlIzTJHrOG6R1sLsgHx84TWVzGVlEwXuk
NsjbH1TYblHR2j9iqfiQPSkVNvHPXCM8dJhxPp78zUWQGWhoj3aC971f4L7kV7U6
np2QT56a/Dvl815yavDuXBU4k2EnXPLk92NavrkokUPD0i7WaVQBVpK6aQ0ZU8Qy
zSyAX2BVlASQCJce18J57wZa8BpobC/tFlFjxCNo7LblVsJZtQntlnfR4T87eJ8m
m78mJneuiL2OjUf/OKiUiG5PIIBD50Fi6YDt0AryEbULdbYuyv8vvpv2CPP0LmDV
SPlYGSZtIluqDRqPVTXAn2LA3/QohzzwYCtW9ocD/ASRVoZh65+w11sGsZCAt65b
7PxPBmVJn1Jb2k6ck57I/qz9V7LxmIcUmVR3J+wBOyyYVBhJdwrTIYVutIr+707p
Mt9zVYEbtFUDEWwgQlzM0oSgVeAmp8+3vZ9YKpQSgyXaOpiqIQMPuJz100VTsWWL
WyFBYuqnolxVf6uV96GCJfnsyt6NzpdMz07hC0fDPizmY0eRMPYZptZiodJp4g6q
PwcByHWgh/2A11u9CPVQ86zCLIC8vbeTiahSkRUHf9F2B5LEyy71lpg9zrC02sLA
3FHipvtytsR2sfqEVg4c
=r1I7
-----END PGP SIGNATURE-----
--- End Message ---
_______________________________________________
Python-modules-team mailing list
[email protected]
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/python-modules-team