Bug#938173: python-sigmavirus24-urltemplate: diff for NMU version 3.0.0+git20181031.68064e2-1.1

2019-10-08 Thread Sandro Tosi
> Could you please push your commits and tag to the repository in salsa?

There's no commits/tags to push: i just NMUed it from source; feel
free to include my changes and tag them as for your preference

-- 
Sandro "morph" Tosi
My website: http://sandrotosi.me/
Me at Debian: http://wiki.debian.org/SandroTosi
G+: https://plus.google.com/u/0/+SandroTosi



Bug#938173: python-sigmavirus24-urltemplate: diff for NMU version 3.0.0+git20181031.68064e2-1.1

2019-10-08 Thread 林上智
Hi Sandro,

Sandro Tosi  於 2019年10月7日 週一 上午12:54寫道:
>
> > Since you have done this task, let's upload the package :)
>
> thanks! I've rescheduled and it has now been ACCEPTED

Thanks.

Could you please push your commits and tag to the repository in salsa?

SZ

>
> --
> Sandro "morph" Tosi
> My website: http://sandrotosi.me/
> Me at Debian: http://wiki.debian.org/SandroTosi
> G+: https://plus.google.com/u/0/+SandroTosi



Bug#938173: python-sigmavirus24-urltemplate: diff for NMU version 3.0.0+git20181031.68064e2-1.1

2019-10-06 Thread Sandro Tosi
> Since you have done this task, let's upload the package :)

thanks! I've rescheduled and it has now been ACCEPTED

-- 
Sandro "morph" Tosi
My website: http://sandrotosi.me/
Me at Debian: http://wiki.debian.org/SandroTosi
G+: https://plus.google.com/u/0/+SandroTosi



Bug#938173: python-sigmavirus24-urltemplate: diff for NMU version 3.0.0+git20181031.68064e2-1.1

2019-10-06 Thread 林上智
Hi Sandro,

Sandro Tosi  於 2019年10月6日 週日 上午9:42寫道:
>
> Control: tags 938173 + patch
> Control: tags 938173 + pending
>
>
> Dear maintainer,
>
> I've prepared an NMU for python-sigmavirus24-urltemplate (versioned as 
> 3.0.0+git20181031.68064e2-1.1) and
> uploaded it to DELAYED/7. Please feel free to tell me if I
> should delay it longer.

LGTM, thanks for your effort.

I plan to remove python2 with the new upstream release because there's
no package depends on python-sigmavirus24-urltemplate.

Since you have done this task, let's upload the package :)

SZ
>
> Regards.
>



Bug#938173: python-sigmavirus24-urltemplate: diff for NMU version 3.0.0+git20181031.68064e2-1.1

2019-10-05 Thread Sandro Tosi
Control: tags 938173 + patch
Control: tags 938173 + pending


Dear maintainer,

I've prepared an NMU for python-sigmavirus24-urltemplate (versioned as 
3.0.0+git20181031.68064e2-1.1) and
uploaded it to DELAYED/7. Please feel free to tell me if I
should delay it longer.

Regards.

diff -Nru python-sigmavirus24-urltemplate-3.0.0+git20181031.68064e2/debian/changelog python-sigmavirus24-urltemplate-3.0.0+git20181031.68064e2/debian/changelog
--- python-sigmavirus24-urltemplate-3.0.0+git20181031.68064e2/debian/changelog	2018-12-20 01:39:34.0 -0500
+++ python-sigmavirus24-urltemplate-3.0.0+git20181031.68064e2/debian/changelog	2019-10-05 21:36:07.0 -0400
@@ -1,3 +1,10 @@
+python-sigmavirus24-urltemplate (3.0.0+git20181031.68064e2-1.1) unstable; urgency=medium
+
+  * Non-maintainer upload.
+  * Drop python2 support; Closes: #938173
+
+ -- Sandro Tosi   Sat, 05 Oct 2019 21:36:07 -0400
+
 python-sigmavirus24-urltemplate (3.0.0+git20181031.68064e2-1) unstable; urgency=medium
 
   [ Ondřej Nový ]
diff -Nru python-sigmavirus24-urltemplate-3.0.0+git20181031.68064e2/debian/control python-sigmavirus24-urltemplate-3.0.0+git20181031.68064e2/debian/control
--- python-sigmavirus24-urltemplate-3.0.0+git20181031.68064e2/debian/control	2018-12-20 01:09:03.0 -0500
+++ python-sigmavirus24-urltemplate-3.0.0+git20181031.68064e2/debian/control	2019-10-05 21:35:56.0 -0400
@@ -4,8 +4,6 @@
 Maintainer: SZ Lin (林上智) 
 Build-Depends: debhelper (>= 11),
dh-python,
-   python (>= 2.6),
-   python-setuptools,
python3 (>= 3.2),
python3-setuptools
 Standards-Version: 4.2.1
@@ -13,15 +11,6 @@
 Vcs-Git: https://salsa.debian.org/debian/python-sigmavirus24-urltemplate.git
 Vcs-Browser: https://salsa.debian.org/debian/python-sigmavirus24-urltemplate
 
-Package: python-sigmavirus24-urltemplate
-Architecture: all
-Depends: ${python:Depends}, ${misc:Depends}
-Description: Simple Python library to deal with URI Templates - Python 2.x
- It provides several API for URI template parsing
- which implements RFC6570.
- .
- This package installs the library for Python 2.x.
-
 Package: python3-sigmavirus24-urltemplate
 Architecture: all
 Depends: ${python3:Depends}, ${misc:Depends}
diff -Nru python-sigmavirus24-urltemplate-3.0.0+git20181031.68064e2/debian/rules python-sigmavirus24-urltemplate-3.0.0+git20181031.68064e2/debian/rules
--- python-sigmavirus24-urltemplate-3.0.0+git20181031.68064e2/debian/rules	2018-08-27 22:38:21.0 -0400
+++ python-sigmavirus24-urltemplate-3.0.0+git20181031.68064e2/debian/rules	2019-10-05 21:36:05.0 -0400
@@ -1,8 +1,7 @@
 #!/usr/bin/make -f
 
 export PYBUILD_NAME:=sigmavirus24-urltemplate
-export PYBUILD_INSTALL_ARGS_python2=--install-lib=/usr/lib/python2.7/dist-packages/python-sigmavirus24-urltemplate
 export PYBUILD_INSTALL_ARGS_python3=--install-lib=/usr/lib/python3/dist-packages/python-sigmavirus24-urltemplate
 
 %:
-	dh $@  --with python2,python3 --buildsystem=pybuild
+	dh $@  --with python3 --buildsystem=pybuild