[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#923797: unblock: pyres/1.5-2



Package: release.debian.org
Severity: normal
User: release.debian.org@packages.debian.org
Usertags: unblock


Could you, please, unblock pyres and remotecv?
The new pyres version closes #917658.


diff -Nru pyres-1.5/debian/changelog pyres-1.5/debian/changelog
--- pyres-1.5/debian/changelog	2017-09-07 23:14:28.000000000 -0300
+++ pyres-1.5/debian/changelog	2019-03-04 15:28:30.000000000 -0300
@@ -1,3 +1,16 @@
+pyres (1.5-2) unstable; urgency=high
+
+  [ Ondřej Nový ]
+
+  * d/control: Set Vcs-* to salsa.debian.org
+  * d/control: Remove ancient X-Python-Version field
+
+  [ Marcelo Jorge Vieira]
+
+  * AttributeError: 'int' object has no attribute 'iteritems' (Closes:
#917658)
+
+ -- Marcelo Jorge Vieira <metal@debian.org>  Mon, 04 Mar 2019 15:28:30
-0300
+
 pyres (1.5-1) unstable; urgency=low
 
   [ Gilles Dubuc ]
diff -Nru pyres-1.5/debian/control pyres-1.5/debian/control
--- pyres-1.5/debian/control	2017-09-07 23:14:28.000000000 -0300
+++ pyres-1.5/debian/control	2019-03-04 15:26:38.000000000 -0300
@@ -15,10 +15,9 @@
                python-setuptools,
                python-simplejson,
                redis-server
-X-Python-Version: >= 2.7
 Homepage: https://github.com/binarydud/pyres
-Vcs-Git: 
https://anonscm.debian.org/git/python-modules/packages/pyres.git
-Vcs-Browser: 
https://anonscm.debian.org/cgit/python-modules/packages/pyres.git
+Vcs-Git: https://salsa.debian.org/python-team/modules/pyres.git
+Vcs-Browser: https://salsa.debian.org/python-team/modules/pyres
 
 Package: python-pyres
 Architecture: all
diff -Nru pyres-1.5/debian/copyright pyres-1.5/debian/copyright
--- pyres-1.5/debian/copyright	2017-09-07 23:14:10.000000000 -0300
+++ pyres-1.5/debian/copyright	2019-03-04 15:26:38.000000000 -0300
@@ -74,4 +74,3 @@
  CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR
OTHERWISE)
  ARISING IN ANY WAY OUT OF THE USE OF THIS THEME, EVEN IF ADVISED OF
THE
  POSSIBILITY OF SUCH DAMAGE.
-
diff -Nru pyres-1.5/debian/patches/redis_3.patch pyres-
1.5/debian/patches/redis_3.patch
--- pyres-1.5/debian/patches/redis_3.patch	1969-12-31
21:00:00.000000000 -0300
+++ pyres-1.5/debian/patches/redis_3.patch	2019-03-04
15:27:28.000000000 -0300
@@ -0,0 +1,11 @@
+--- a/pyres/__init__.py
++++ b/pyres/__init__.py
+@@ -291,7 +291,7 @@
+     def delayed_push(self, datetime, item):
+         key = int(time.mktime(datetime.timetuple()))
+         self.redis.rpush('resque:delayed:%s' % key,
ResQ.encode(item))
+-        self.redis.zadd('resque:delayed_queue_schedule', key, key)
++        self.redis.zadd('resque:delayed_queue_schedule', {key: key})
+ 
+     def delayed_queue_peek(self, start, count):
+         return [int(item) for item in self.redis.zrange(
diff -Nru pyres-1.5/debian/patches/series pyres-
1.5/debian/patches/series
--- pyres-1.5/debian/patches/series	1969-12-31 21:00:00.000000000
-0300
+++ pyres-1.5/debian/patches/series	2019-03-04 15:27:28.000000000
-0300
@@ -0,0 +1 @@
+redis_3.patch


Cheers,


-- 
Marcelo Jorge Vieira
xmpp:metal@jabber-br.org
http://metaldot.alucinados.com
http://movimente.me

Attachment: signature.asc
Description: This is a digitally signed message part


Reply to: