zchunk (1.2.2+ds1-1)
[PTS] [DDPO]
COMMITS: VCS has seen 22 commits since the debian/1.2.1+ds1-1 tag
- Git: https://salsa.debian.org/pkg-rpm-team/zchunk.git
-
- Branch: debian/master
- Path: debian/changelog
- Browser: https://salsa.debian.org/pkg-rpm-team/zchunk
- Last scan: 2022-08-12 21:16:30+00
- Next scan: 2022-08-20 06:30:00+00
- Debian changelog in Git:
zchunk (1.2.2+ds1-1) unstable; urgency=medium
* Declare compliance with Policy 4.6.1 with no changes.
* Add the cppcheck patch to fix some minor issues.
* Do some Python programming style clean-up on the autopkgtest:
- reformat the source using 100 characters per line
- bump the minimum supported Python version to 3.7
- move some checkers' options to pyproject.toml and setup.cfg
- push the source down into a debian/tests/python/ subdirectory
* Add an EditorConfig definitions file for debian/*.
* New upstream version:
- drop the test-checksums patch, integrated upstream
- refresh the line numbers in the cppcheck patch
-- Peter Pentchev <roam@debian.org> Fri, 12 Aug 2022 16:57:41 +0300
- This branch is 22 commits ahead of tag debian/1.2.1+ds1-1
- Git log:
commit 79d508cfcd921964f0ae2f1713f132a260f595ee
Author: Peter Pentchev <roam@debian.org>
Date: Fri Aug 12 16:57:48 2022 +0300
Prepare to upload zchunk/1.2.2+ds1-1 to unstable.
commit 1c0511dcecde8c5fca58baa0ec8f3e88c47ef165
Author: Peter Pentchev <roam@debian.org>
Date: Fri Aug 12 16:47:59 2022 +0300
Update the Debian packaging for zchunk-1.2.2.
commit 4182718a3ad282e6ad2e6fd2f9ef6a33db6fb07d
Merge: 42e8d51 b62a2da
Author: Peter Pentchev <roam@debian.org>
Date: Fri Aug 12 16:45:13 2022 +0300
Merge zchunk-1.2.2 into the Debian branch.
commit b62a2daa89183f723b5cec0597c57f9ee7926b00
Merge: d389a62 6515629
Author: Peter Pentchev <roam@debian.org>
Date: Fri Aug 12 16:43:49 2022 +0300
Merge zchunk-1.2.2 into the repacked Debian source.
commit 42e8d51810e98208b73cbb206b6d87aed93fb622
Author: Peter Pentchev <roam@debian.org>
Date: Fri Aug 12 13:16:17 2022 +0300
Update the changelog file.
commit dcc1795ce3119dcc5d282bd7fd469513857dcf0a
Author: Peter Pentchev <roam@debian.org>
Date: Fri Aug 12 13:12:19 2022 +0300
Add an EditorConfig definitions file for debian/*.
commit cd3d5e0ea6317fbb328b0f3b397ac9d9a3158891
Author: Peter Pentchev <roam@debian.org>
Date: Fri Aug 12 13:04:56 2022 +0300
debian/tests: py37: deferred annotations.
commit 064f5ed4849481e87e3ec40619efffdfe7b3e794
Author: Peter Pentchev <roam@debian.org>
Date: Fri Aug 12 12:59:22 2022 +0300
debian/tests: py37: dataclasses in stdlib.
commit 305e60127ea07edafe4c9cc42930fb5aa8af5b14
Author: Peter Pentchev <roam@debian.org>
Date: Fri Aug 12 12:56:31 2022 +0300
debian/tests: push pychunk into python/.
commit 5476e3b2ae7c1ff80ba78d447d9cb156824a1d8e
Author: Peter Pentchev <roam@debian.org>
Date: Fri Aug 12 11:51:42 2022 +0300
debian/tests/pychunk: reformat, 100 chars per line.
commit 94fe2f8be5091fcb9f1043da26af8954ad9f3998
Author: Peter Pentchev <roam@debian.org>
Date: Fri Aug 12 11:47:29 2022 +0300
debian/tests: move options to pyproject.toml and setup.cfg.
Move the configuration options for the various static source checkers that
we run through tox.ini to the standard Python project configuration files,
so that they are also available when the tools are run in other ways.
commit 159a191144518a9b23f3be3a51702d052411e6a5
Author: Peter Pentchev <roam@debian.org>
Date: Fri Aug 12 11:42:58 2022 +0300
debian/tests/tox.ini: mypy: types-dataclasses for Python 3.6.
commit 0da4b1dab551cc7332239199c88a31cae3adc6e9
Author: Peter Pentchev <roam@debian.org>
Date: Fri Aug 12 11:41:00 2022 +0300
debian/tests/tox.ini: use black 22.
commit 28daaa40da8e1114aed36ee51818f6e71a80a5e2
Author: Peter Pentchev <roam@debian.org>
Date: Fri Aug 12 11:29:20 2022 +0300
Add the cppcheck patch to fix some minor issues.
commit b99e2f8fccc47381ed4238aa37f03c27ba9a38c9
Author: Peter Pentchev <roam@debian.org>
Date: Fri Aug 12 09:23:47 2022 +0300
Declare compliance with Policy 4.6.1 with no changes.
commit 65156299af3c82498f55e718d9689b0a6218ad76
Author: Jonathan Dieter <jdieter@gmail.com>
Date: Mon Apr 18 17:38:54 2022 +0100
Bump to 1.2.2
Signed-off-by: Jonathan Dieter <jdieter@gmail.com>
commit 7d0ca13358ba4b820d40a11075065f9f58f33135
Merge: 76ef86e 0528439
Author: Jonathan Dieter <jdieter@gmail.com>
Date: Mon Apr 18 17:37:33 2022 +0100
Merge branch 'coverity'
commit 05284392db547f4d7860919d618438b3815cd8aa
Author: Jonathan Dieter <jdieter@gmail.com>
Date: Mon Apr 18 17:37:19 2022 +0100
Various fixes to make Coverity happy
The single high severity issue was only triggerable if we were unable to
allocate memory and involved a memory leak. The other issues all revolve
around issues like making sure we check return values of functions we call.
Signed-off-by: Jonathan Dieter <jdieter@gmail.com>
commit 76ef86e573f182d9d44eb93a31810901dd6e98bf
Merge: e5bdc05 eb66008
Author: Jonathan Dieter <jdieter@gmail.com>
Date: Sat Apr 16 20:45:46 2022 +0100
Merge pull request #74 from ppentchev/pp-zck-eol
Turn off EOL handling for the *.zck test files.
commit e5bdc054ee86acc638ca94607c559a0fd539fde6
Merge: ec3206a e2bdf8a
Author: Jonathan Dieter <jdieter@gmail.com>
Date: Sat Apr 16 20:44:47 2022 +0100
Merge pull request #73 from ppentchev/pp-zstd-1.4.10
Let the tests also pass with libzstd-1.4.10.
commit eb66008ef033dd1c498b200f26cab19bd4040436
Author: Peter Pentchev <roam@ringlet.net>
Date: Fri Apr 15 10:48:37 2022 +0300
Turn off EOL handling for the *.zck test files.
commit e2bdf8a77c151b8f50fe844f91ec68464b5a090d
Author: Peter Pentchev <roam@ringlet.net>
Date: Fri Apr 15 10:44:41 2022 +0300
Let the tests also pass with libzstd-1.4.10.