Re: About itsdangerous

2020-02-27 Thread Dmitry Shachnev
Hi Julien!

On Thu, Feb 27, 2020 at 05:02:32PM +0100, Julien Puydt wrote:
> Le jeudi 27 février 2020 à 19:14 +0500, Andrey Rahmatullin a écrit :
>
> > https://alioth-archive.debian.org/git/collab-maint/python-itsdangerous.git.tar.xz
> > 
>
> I must be going through a very bad day, but trying to follow 
> https://wiki.debian.org/Salsa/AliothMigration#By_hand doesn't work ;
> the two git checkout commands (both pristine-tar and upstream) give:
> error: pathspec 'pristine-tar' did not match any file(s) known to git
>
> Are we sure the original git repository had the correct structure
> anyway?

Looking at that repo, it did not have the correct structure, but I think
it makes sense to preserve its history anyway. I would do the following
with branches:

debian/unstable — rename to debian/master
master-dfsg — rename to upstream

Also update branch names in debian/gbp.conf accordingly. And gbp should create
a pristine-tar branch when you update to a newer release.

--
Dmitry Shachnev


signature.asc
Description: PGP signature


Re: About itsdangerous

2020-02-27 Thread Andrey Rahmatullin
On Thu, Feb 27, 2020 at 05:02:32PM +0100, Julien Puydt wrote:
> > https://alioth-archive.debian.org/git/collab-maint/python-itsdangerous.git.tar.xz
> > 
> 
> I must be going through a very bad day, but trying to follow 
> https://wiki.debian.org/Salsa/AliothMigration#By_hand doesn't work ;
> the two git checkout commands (both pristine-tar and upstream) give:
> error: pathspec 'pristine-tar' did not match any file(s) known to git
> 
> Are we sure the original git repository had the correct structure
> anyway?
It indeed doesn't use pristine-tar. Its upstream branch is named master
(as you can check in debian/gbp.conf) and looks like a clone of the
upstream repo master branch. OTOH the last release there repacks the
tarball and so uses the master-dfsg branch instead.

-- 
WBR, wRAR


signature.asc
Description: PGP signature


Re: About itsdangerous

2020-02-27 Thread Julien Puydt
Le jeudi 27 février 2020 à 19:14 +0500, Andrey Rahmatullin a écrit :

> https://alioth-archive.debian.org/git/collab-maint/python-itsdangerous.git.tar.xz
> 

I must be going through a very bad day, but trying to follow 
https://wiki.debian.org/Salsa/AliothMigration#By_hand doesn't work ;
the two git checkout commands (both pristine-tar and upstream) give:
error: pathspec 'pristine-tar' did not match any file(s) known to git

Are we sure the original git repository had the correct structure
anyway?

JP



Re: About itsdangerous

2020-02-27 Thread Andrey Rahmatullin
On Thu, Feb 27, 2020 at 12:57:49PM +0100, Julien Puydt wrote:
> Le jeudi 27 février 2020 à 15:49 +0500, Andrey Rahmatullin a écrit :
> > On Thu, Feb 27, 2020 at 11:33:00AM +0100, Julien Puydt wrote:
> > > Hi,
> > > 
> > > I saw python3-itsdangerous was far behind upstream, and decided to
> > > if
> > > it was easy to update : but it's not on salsa.
> > > 
> > > Should I import the last known package version (recent upload to
> > > remove
> > > the Python 2 package) to a new salsa repository and start from
> > > here?
> > I think you should import the alioth backup and import the last
> > upload on
> > top of it.
> 
> Hmmm... I searched for "itsdangerous":
> - on salsa ( 
> https://salsa.debian.org/search?utf8=%E2%9C%93=itsdangerous_id=_id=_ref=_source=navbar
> ) : nothing
> - on https://alioth-archive.debian.org/git/ : nothing
https://alioth-archive.debian.org/git/collab-maint/python-itsdangerous.git.tar.xz

-- 
WBR, wRAR


signature.asc
Description: PGP signature


Re: About itsdangerous

2020-02-27 Thread Julien Puydt
Le jeudi 27 février 2020 à 15:49 +0500, Andrey Rahmatullin a écrit :
> On Thu, Feb 27, 2020 at 11:33:00AM +0100, Julien Puydt wrote:
> > Hi,
> > 
> > I saw python3-itsdangerous was far behind upstream, and decided to
> > if
> > it was easy to update : but it's not on salsa.
> > 
> > Should I import the last known package version (recent upload to
> > remove
> > the Python 2 package) to a new salsa repository and start from
> > here?
> I think you should import the alioth backup and import the last
> upload on
> top of it.

Hmmm... I searched for "itsdangerous":
- on salsa ( 
https://salsa.debian.org/search?utf8=%E2%9C%93=itsdangerous_id=_id=_ref=_source=navbar
) : nothing
- on https://alioth-archive.debian.org/git/ : nothing

Is there some other place where I could have a look?

JP



Re: About itsdangerous

2020-02-27 Thread Andrey Rahmatullin
On Thu, Feb 27, 2020 at 11:33:00AM +0100, Julien Puydt wrote:
> Hi,
> 
> I saw python3-itsdangerous was far behind upstream, and decided to if
> it was easy to update : but it's not on salsa.
> 
> Should I import the last known package version (recent upload to remove
> the Python 2 package) to a new salsa repository and start from here?
I think you should import the alioth backup and import the last upload on
top of it.

-- 
WBR, wRAR


signature.asc
Description: PGP signature


About itsdangerous

2020-02-27 Thread Julien Puydt
Hi,

I saw python3-itsdangerous was far behind upstream, and decided to if
it was easy to update : but it's not on salsa.

Should I import the last known package version (recent upload to remove
the Python 2 package) to a new salsa repository and start from here?

Cheers,

JP