[Git][reproducible-builds/diffoscope][master] 2 commits: Support both python-argcomplete 1.x and 2.x.

Chris Lamb (@lamby) gitlab at salsa.debian.org
Fri May 27 05:54:52 UTC 2022



Chris Lamb pushed to branch master at Reproducible Builds / diffoscope


Commits:
f837e7fb by Chris Lamb at 2022-05-27T06:52:40+01:00
Support both python-argcomplete 1.x and 2.x.

- - - - -
d56ee811 by Chris Lamb at 2022-05-27T06:53:07+01:00
releasing package diffoscope version 214

- - - - -


3 changed files:

- debian/changelog
- debian/rules
- diffoscope/__init__.py


Changes:

=====================================
debian/changelog
=====================================
@@ -1,8 +1,12 @@
-diffoscope (214) UNRELEASED; urgency=medium
+diffoscope (214) unstable; urgency=medium
 
-  * WIP (generated upon release).
+  [ Chris Lamb ]
+  * Support both python-argcomplete 1.x and 2.x.
+
+  [ Vagrant Cascadian ]
+  * Add external tool on GNU Guix for xb-tool.
 
- -- Chris Lamb <lamby at debian.org>  Fri, 20 May 2022 08:16:58 -0700
+ -- Chris Lamb <lamby at debian.org>  Fri, 27 May 2022 06:53:04 +0100
 
 diffoscope (213) unstable; urgency=medium
 


=====================================
debian/rules
=====================================
@@ -38,7 +38,7 @@ doc/%.1:
 	$(MAKE) -C doc $*.1
 
 debian/diffoscope-minimal.bash-completion:
-	register-python-argcomplete3 diffoscope > $@
+	register-python-argcomplete diffoscope || register-python-argcomplete3 diffoscope > $@
 
 execute_after_dh_auto_build: debian/diffoscope-minimal.bash-completion
 	dh_auto_build -O--buildsystem=makefile -Ddoc


=====================================
diffoscope/__init__.py
=====================================
@@ -17,4 +17,4 @@
 # You should have received a copy of the GNU General Public License
 # along with diffoscope.  If not, see <https://www.gnu.org/licenses/>.
 
-VERSION = "213"
+VERSION = "214"



View it on GitLab: https://salsa.debian.org/reproducible-builds/diffoscope/-/compare/e6f7f3f98a80dade75da1bc60cb9af215ea845b9...d56ee8113cf537f4d9e589904d8b952b61156869

-- 
View it on GitLab: https://salsa.debian.org/reproducible-builds/diffoscope/-/compare/e6f7f3f98a80dade75da1bc60cb9af215ea845b9...d56ee8113cf537f4d9e589904d8b952b61156869
You're receiving this email because of your account on salsa.debian.org.


-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.reproducible-builds.org/pipermail/rb-commits/attachments/20220527/a1905b5f/attachment.htm>


More information about the rb-commits mailing list