Re: Git, gbp blues

2019-09-06 Thread Guðjón Guðjónsson
Hi

Thanks for the suggestions. I will try my best.

I am now working on my gspiceui package (which is in fact not a python package)
But the master branch is just master, not debian/master

Here debian/master is preferred
https://wiki.debian.org/Python/GitPackaging

But in this page the branch name is master.
https://wiki.debian.org/PackagingWithGit

What is the standard?
Shall I change?

git checkout -b debian/master
git branch -D master
?

Regards
Gudjon



numpy updates

2019-09-06 Thread Drew Parsons
Hi Sandro, I've pushed a numpy patch that should allow pymca tests to 
pass again (bugs #935454, #933056). Once pymca is running successfully 
again, we'll be able to remove its python2.


I recommend uploading numpy 1:1.16.2-2 to help that along (probably 
safer to patch 1.16 to fix these bugs before updating to 1.17 I reckon).


Drew