[Git][reproducible-builds/diffoscope][master] 2 commits: Correct reference to python_module_missing.
Chris Lamb
gitlab at salsa.debian.org
Mon Oct 14 19:52:33 UTC 2019
Chris Lamb pushed to branch master at Reproducible Builds / diffoscope
Commits:
fe2afc0c by Chris Lamb at 2019-10-14T19:43:28Z
Correct reference to python_module_missing.
Gbp-Dch: ignore
- - - - -
06f5b73d by Chris Lamb at 2019-10-14T19:43:28Z
releasing package diffoscope version 126
- - - - -
3 changed files:
- debian/changelog
- diffoscope/__init__.py
- diffoscope/comparators/directory.py
Changes:
=====================================
debian/changelog
=====================================
@@ -1,8 +1,16 @@
-diffoscope (126) UNRELEASED; urgency=medium
+diffoscope (126) unstable; urgency=medium
- * WIP
+ [ Chris Lamb ]
+ * Track and report on missing Python modules.
+ (Closes: reproducible-builds/diffoscope#72)
+ * Drop some unnecessary control flow.
+ * Drop explicit inheriting from 'object' class; unnecessary in Python 3.
+ * Bump Standards-Version to 4.4.1.
+
+ [ Mattia Rizzolo ]
+ * Exit with 2 instead of 1 in case of no disk space.
- -- Chris Lamb <lamby at debian.org> Wed, 18 Sep 2019 11:48:35 +0200
+ -- Chris Lamb <lamby at debian.org> Mon, 14 Oct 2019 12:29:47 -0700
diffoscope (125) unstable; urgency=medium
=====================================
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 = "125"
+VERSION = "126"
=====================================
diffoscope/comparators/directory.py
=====================================
@@ -120,7 +120,7 @@ def xattr(path1, path2):
try:
import xattr as xattr_
except ImportError:
- python_module_required('xattr')
+ python_module_missing('xattr')
return None
# Support the case where the python3-xattr package is installed but
View it on GitLab: https://salsa.debian.org/reproducible-builds/diffoscope/compare/c54dd7105521f5b327337aaaf1df75ca092674d3...06f5b73d6f10707e2199569f4a8b910c7491a790
--
View it on GitLab: https://salsa.debian.org/reproducible-builds/diffoscope/compare/c54dd7105521f5b327337aaaf1df75ca092674d3...06f5b73d6f10707e2199569f4a8b910c7491a790
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/20191014/d4ddfc56/attachment.html>
More information about the rb-commits
mailing list