[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: Moving deepdiff to the Python Team? (and maybe taking over)



Hi,

Am Thu, Dec 23, 2021 at 12:53:36AM -0500 schrieb Louis-Philippe Véronneau:
> One of the packages I maintain is currently broken by BTS 1001292 [1]
> and it seems deepdiff is in need of some love.
> 
> Would you be open to moving it to the Python Team? I'd be more than
> happy to update it to the latest upstream version (seems like it would
> fix the bug in question). It doesn't seem like there's a VCS though, so
> that might require some work on your side.
> 
> If you want, I'd also be happy to take over and maintain it in the
> Python Team myself.

I tried to support this and was running

    gbp import-dscs --debsnap --pristine-tar deepdiff

commited

diff --git a/debian/changelog b/debian/changelog
index 1f2e93d..9585e28 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+deepdiff (3.3.0-3) UNRELEASED; urgency=medium
+
+  * Team upload.
+  * Move package to Debian Python Team
+
+ -- Andreas Tille <tille@debian.org>  Thu, 23 Dec 2021 09:07:37 +0100
+
 deepdiff (3.3.0-2) unstable; urgency=medium
 
   * Team upload
diff --git a/debian/control b/debian/control
index 8cccbb3..48149c9 100644
--- a/debian/control
+++ b/debian/control
@@ -1,7 +1,8 @@
 Source: deepdiff
 Section: python
 Priority: optional
-Maintainer: Michael Banck <mbanck@debian.org>
+Maintainer:  Debian Python Team <team+python@tracker.debian.org>
+Uploaders: Michael Banck <mbanck@debian.org>
 Build-Depends: debhelper (>= 10),
                dh-python,
                python3-all,
@@ -11,6 +12,8 @@ Build-Depends: debhelper (>= 10),
                python3-setuptools
 Standards-Version: 4.1.3
 X-Python3-Version: >= 3.6
+Vcs-Browser: https://salsa.debian.org/python-team/packages/deepdiff
+Vcs-Git: https://salsa.debian.org/python-team/packages/deepdiff.git
 Homepage: https://github.com/seperman/deepdiff
 Testsuite: autopkgtest-pkg-python


Fixed the watch file and was running `routine-update`.  Than there might
be some work needed (like Build-Depending python3-wheel).  I would have
pushed this to the Vcs-Git location but I learned that I'm missing
maintainer permissions and can't create repositories.  Please grant me
some maintainer permissions if you are interested.

Kind regards

     Andreas.

-- 
http://fam-tille.de


Reply to: