Processed: Re: Bug#882822: stretch-pu: package python-hkdf/0.0.3-3~deb9u1

2018-02-14 Thread Debian Bug Tracking System
Processing control commands:

> tags -1 + pending
Bug #882822 [release.debian.org] stretch-pu: package python-hkdf/0.0.3-3~deb9u1
Added tag(s) pending.

-- 
882822: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=882822
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems



Bug#882822: stretch-pu: package python-hkdf/0.0.3-3~deb9u1

2018-02-14 Thread Adam D. Barratt
Control: tags -1 + pending

On Sat, 2018-01-13 at 17:40 +0100, Julien Cristau wrote:
> Control: tag -1 confirmed
> 
> On Mon, Nov 27, 2017 at 02:22:54 +0100, Andreas Beckmann wrote:
> 
> > Let's fix the python3 dependencies. #867433
> > (And by just rebuilding the package from sid,
> > we get some metadata updates as well.)
> > 
> 
> Please go ahead.
> 

Uploaded and flagged for acceptance.

Regards,

Adam



Bug#882822: stretch-pu: package python-hkdf/0.0.3-3~deb9u1

2018-01-13 Thread Julien Cristau
Control: tag -1 confirmed

On Mon, Nov 27, 2017 at 02:22:54 +0100, Andreas Beckmann wrote:

> Let's fix the python3 dependencies. #867433
> (And by just rebuilding the package from sid,
> we get some metadata updates as well.)
> 
Please go ahead.

Cheers,
Julien



Processed: Re: Bug#882822: stretch-pu: package python-hkdf/0.0.3-3~deb9u1

2018-01-13 Thread Debian Bug Tracking System
Processing control commands:

> tag -1 confirmed
Bug #882822 [release.debian.org] stretch-pu: package python-hkdf/0.0.3-3~deb9u1
Added tag(s) confirmed.

-- 
882822: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=882822
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems



Bug#882822: stretch-pu: package python-hkdf/0.0.3-3~deb9u1

2017-11-26 Thread Andreas Beckmann
Package: release.debian.org
Severity: normal
Tags: stretch
User: release.debian@packages.debian.org
Usertags: pu

Let's fix the python3 dependencies. #867433
(And by just rebuilding the package from sid,
we get some metadata updates as well.)

$ debdiff python3-hkdf_0.0.3-1_all.deb python3-hkdf_0.0.3-3~deb9u1_all.deb
File lists identical (after any substitutions)

Control files: lines which differ (wdiff format)

{+Depends: python3:any (>= 3.3.2-2~)+}
 {+http://tools.ietf.org/html/draft-krawczyk-hkdf-01+}
Maintainer: [-Clint Adams -] {+Debian QA Group 
+}
Version: [-0.0.3-1-] {+0.0.3-3~deb9u1+}


Andreas
diff -Nru python-hkdf-0.0.3/debian/changelog python-hkdf-0.0.3/debian/changelog
--- python-hkdf-0.0.3/debian/changelog  2016-06-04 23:06:45.0 +0200
+++ python-hkdf-0.0.3/debian/changelog  2017-11-27 02:15:39.0 +0100
@@ -1,3 +1,24 @@
+python-hkdf (0.0.3-3~deb9u1) stretch; urgency=medium
+
+  * QA upload.
+  * Rebuild for stretch.
+
+ -- Andreas Beckmann   Mon, 27 Nov 2017 02:15:39 +0100
+
+python-hkdf (0.0.3-3) unstable; urgency=medium
+
+  * QA upload.
+  * Fix the python3-hkdf dependencies. (Closes: #867433)
+
+ -- Adrian Bunk   Thu, 06 Jul 2017 19:16:59 +0300
+
+python-hkdf (0.0.3-2) unstable; urgency=medium
+
+  * Add missing URL to package descriptions.  closes: #864149.
+  * Set maintainer to Debian QA Group.
+
+ -- Clint Adams   Sun, 04 Jun 2017 10:59:31 -0400
+
 python-hkdf (0.0.3-1) unstable; urgency=low
 
   * Initial release.
diff -Nru python-hkdf-0.0.3/debian/control python-hkdf-0.0.3/debian/control
--- python-hkdf-0.0.3/debian/control2016-06-04 23:21:51.0 +0200
+++ python-hkdf-0.0.3/debian/control2017-07-06 18:16:52.0 +0200
@@ -1,5 +1,5 @@
 Source: python-hkdf
-Maintainer: Clint Adams 
+Maintainer: Debian QA Group 
 Section: python
 Priority: optional
 Build-Depends: debhelper (>= 9),
@@ -18,6 +18,7 @@
 Depends: ${misc:Depends}, ${python:Depends}
 Description: HMAC-based Extract-and-Expand Key Derivation Function (HKDF)
  This module implements the HMAC Key Derivation function, defined at
+ http://tools.ietf.org/html/draft-krawczyk-hkdf-01
  .
  There are two interfaces: a functional interface, with separate
  extract and expand functions as defined in the draft RFC, and a
@@ -25,9 +26,10 @@
 
 Package: python3-hkdf
 Architecture: all
-Depends: ${misc:Depends}, ${python:Depends}
+Depends: ${misc:Depends}, ${python3:Depends}
 Description: HMAC-based Extract-and-Expand Key Derivation Function (HKDF)
  This module implements the HMAC Key Derivation function, defined at
+ http://tools.ietf.org/html/draft-krawczyk-hkdf-01
  .
  There are two interfaces: a functional interface, with separate
  extract and expand functions as defined in the draft RFC, and a