Re: [pyshp] 02/06: Fix watchfile using pypi redirector & future proof with mangles

2015-05-03 Thread Sebastiaan Couwenberg
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

On 05/03/2015 12:48 PM, Ross Gammon wrote:
> It is just a small update (debian version only) to pyshp that fixes
> the watchfile & updates URLs etc.
> 
> I have delayed updating the compat level and trying to switch to
> pybuild until the next upstream release.

Since the last pyshp upstream release was about a year ago, I'm not
optimistic a new upstream release is to be expected in the near future.

It may take a while before the package will be touched again, so I
think it's best to do these packages updates now instead of postponing
it to the next upstream release. I've pushed some changes for this and
other issues.

Kind Regards,

Bas

- -- 
 GPG Key ID: 4096R/6750F10AE88D4AF1
Fingerprint: 8182 DE41 7056 408D 6146  50D1 6750 F10A E88D 4AF1
-BEGIN PGP SIGNATURE-
Version: GnuPG v2

iQIcBAEBCgAGBQJVRhI6AAoJEGdQ8QrojUrx6uUP/0rN/jTapDYh3A8nO+MxHKXa
o7KMg0CfLOt2dFvExgS+i/4Wt19mGF1fdNn22QVQf/ehQ7VqnD22NcLqL3XnHodj
ew+S3hmDQHJ2GD+XCF05BZRqiv30JFh+7VPRXxBUijqO4TzyUrQ92RZvFWBvPWWH
LeZRuq74b587PuvT70H44GPhI/bwSQ0sh0pLa3+bCjly2FvW0+JnhS/0Kr3OFI8z
k55hjOyBx8+n60beieUl8ObKEh50llv8gJBBqBJu07dt9ZkoF96OyLLiBt0UjKMF
DTK4zvif1id9pN2TKjGHOLPdaWlPB+DWGi3XT88u6byKKKs6xbqKPQNHUZ/pNpl7
pIl9plxMRZdUfRZ0/yhMo8h+AYAub62BwNcn9UUcYt3B4nWN8ipnVuMcsaTW8MKf
Nwn0BpD/5xO6cwPzuKbj52lvAjLNDGLqnTSNBZPjtCQgHLkuw8NqgBIOjyjd2G06
WycDD9y+2hRDroKDFEMNr7YesjmABFvX9Mdd+aD1EvMo5Xvu4fvxC4T7XSS/+t4w
hchvEwEU6U/4roHNwjU4y+/Dr2ESlYUCyYXbm/pGR2vuQyvEjb/5lbSbTuxhA8ic
ySzpxN1mJvaecKuda8H+vUovAWuLAle1Px1OJoJKLfGu1PmIHo/vPLB4j0ZYalZW
FuRqMfn1UK3/QcWpuQmD
=Gkz4
-END PGP SIGNATURE-

___
Pkg-grass-devel mailing list
Pkg-grass-devel@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-grass-devel


Re: [pyshp] 02/06: Fix watchfile using pypi redirector & future proof with mangles

2015-05-03 Thread Ross Gammon
On 05/03/2015 12:38 PM, Sebastiaan Couwenberg wrote:
> Hi Ross,
> 
> I noticed that you used the uversionmangle regex that I tweaked for
> totalopenstation earlier:
> 
> On 05/03/2015 12:23 PM, Ross Gammon wrote:
>> +uversionmangle=s/^((?:\d+\.)*\d+)((?:pre|dev)-?[0-9a-f]*(?:-dev)?$)/$1~$2/ \
> 
> This is not a typical uversionmagnle regex, and very specific to the
> non-traditional pre-releases published for totalopenstation.
> 
> I've updated the pyshp watch file to use the typical regex for upstream
> pre-releases.

Hi Bas,

Yes - thanks for the watchfile tweak. I tried to fix the watchfile last
week but the pypi redirector didn't seem to be working for me. Your
totalopenstation update reminded me after a week away from home to try
again. But of course it was a very lazy steal :-)

It is just a small update (debian version only) to pyshp that fixes the
watchfile & updates URLs etc.

I have delayed updating the compat level and trying to switch to pybuild
until the next upstream release.

The RFS is coming. I am in no hurry for DM upload rights (still learning
and making silly mistakes). But if you get tired of sponsoring then as I
said on IRC please feel free to give upload rights to me if I am listed
as Uploader on any package. That means I am watching upstream and trying
to address bugs.

Regards,

Ross



signature.asc
Description: OpenPGP digital signature
___
Pkg-grass-devel mailing list
Pkg-grass-devel@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-grass-devel

Re: [pyshp] 02/06: Fix watchfile using pypi redirector & future proof with mangles

2015-05-03 Thread Sebastiaan Couwenberg
Hi Ross,

I noticed that you used the uversionmangle regex that I tweaked for
totalopenstation earlier:

On 05/03/2015 12:23 PM, Ross Gammon wrote:
> +uversionmangle=s/^((?:\d+\.)*\d+)((?:pre|dev)-?[0-9a-f]*(?:-dev)?$)/$1~$2/ \

This is not a typical uversionmagnle regex, and very specific to the
non-traditional pre-releases published for totalopenstation.

I've updated the pyshp watch file to use the typical regex for upstream
pre-releases.

Kind Regards,

Bas

-- 
 GPG Key ID: 4096R/6750F10AE88D4AF1
Fingerprint: 8182 DE41 7056 408D 6146  50D1 6750 F10A E88D 4AF1

___
Pkg-grass-devel mailing list
Pkg-grass-devel@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-grass-devel


[pyshp] 02/06: Fix watchfile using pypi redirector & future proof with mangles

2015-05-03 Thread Ross Gammon
This is an automated email from the git hooks/post-receive script.

ross-guest pushed a commit to branch master
in repository pyshp.

commit ed65f81f3db81be66bbb5754b33d1d3dad249e7d
Author: Ross Gammon 
Date:   Sun May 3 10:23:51 2015 +0200

Fix watchfile using pypi redirector & future proof with mangles
---
 debian/watch | 5 -
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/debian/watch b/debian/watch
index 4ed84e4..3436573 100644
--- a/debian/watch
+++ b/debian/watch
@@ -1,2 +1,5 @@
 version=3
-http://pypi.python.org/packages/source/p/pyshp/pyshp-(\d+.*)\.zip
+opts=\
+dversionmangle=s/\+(debian|dfsg|ds|deb)\d*$//,\
+uversionmangle=s/^((?:\d+\.)*\d+)((?:pre|dev)-?[0-9a-f]*(?:-dev)?$)/$1~$2/ \
+http://pypi.debian.net/pyshp/pyshp-(.+)\.(?:zip|tgz|tbz|txz|(?:tar\.(?:gz|bz2|xz)))

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-grass/pyshp.git

___
Pkg-grass-devel mailing list
Pkg-grass-devel@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-grass-devel