vcswatch reports that
this package seems to have new commits in its VCS but has
not yet updated debian/changelog. You should consider updating
the Debian changelog and uploading this new version into the archive.
Here are the relevant commit logs:
commit 877d45d43e1e4dc57fdc042af43fa8e997d9a53b
Author: Thomas Goirand <zigo@debian.org>
Date: Mon Nov 14 16:57:27 2022 +0100
Now packaging 1.4.0
commit 4f116cba1d30069fed6f5f8959603706a50e67ed
Author: Sümer Cip <sumer.cip@platform.sh>
Date: Thu Oct 27 20:35:32 2022 +0300
Maybe macos 3.9 fixed?
commit 9e9ccd1dc2a852822ed7153d611671f9cef10a27
Author: Sümer Cip <sumer.cip@platform.sh>
Date: Thu Oct 27 20:29:38 2022 +0300
Update GA py version
commit a3c88ebc21a7b0cbbddb798c9f27e7786f3ae856
Author: Sümer Cip <sumer.cip@platform.sh>
Date: Thu Oct 27 20:27:48 2022 +0300
bump version 1.4.0 + add gevent as test dependency
commit bef8df277214dfc1f2d4c9838dcc538582966bdf
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date: Wed Aug 3 07:20:24 2022 +0000
Bump actions/setup-python from 2 to 4
Bumps [actions/setup-python](https://github.com/actions/setup-python) from 2 to 4.
- [Release notes](https://github.com/actions/setup-python/releases)
- [Commits](https://github.com/actions/setup-python/compare/v2...v4)
---
updated-dependencies:
- dependency-name: actions/setup-python
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
commit 1ddfeb7c3639363bfa8c34b56948ea920de919b7
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date: Fri Aug 12 07:40:19 2022 +0000
Bump pypa/cibuildwheel from 2.8.1 to 2.9.0
Bumps [pypa/cibuildwheel](https://github.com/pypa/cibuildwheel) from 2.8.1 to 2.9.0.
- [Release notes](https://github.com/pypa/cibuildwheel/releases)
- [Changelog](https://github.com/pypa/cibuildwheel/blob/main/docs/changelog.md)
- [Commits](https://github.com/pypa/cibuildwheel/compare/v2.8.1...v2.9.0)
---
updated-dependencies:
- dependency-name: pypa/cibuildwheel
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
commit 796cd31ad79884375ea02c9b796fa0567dc3be12
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date: Thu Sep 8 08:02:52 2022 +0000
Bump actions/checkout from 2 to 3
Bumps [actions/checkout](https://github.com/actions/checkout) from 2 to 3.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](https://github.com/actions/checkout/compare/v2...v3)
---
updated-dependencies:
- dependency-name: actions/checkout
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
commit 0c7a496ac46476471d2dc7e732ad86c759ed09d3
Author: aaronweissler <46028218+aaronweissler@users.noreply.github.com>
Date: Thu Sep 8 14:39:15 2022 +0200
Fix typo in README.md
commit 33b38fc94530fa281bc56acbcc116c9cd83dc19d
Author: Sümer Cip <sumerc@gmail.com>
Date: Mon Aug 22 12:12:59 2022 +0300
Update README.md
commit b0b5db87ca5f1a76ac8da63377cb7271a2f51452
Author: Sümer Cip <sumerc@gmail.com>
Date: Mon Aug 22 12:12:34 2022 +0300
Update README.md
commit 997bf9e8a132bf47a61f1f91d1cb4ffa20d2923d
Author: Sümer Cip <sumerc@gmail.com>
Date: Mon Aug 22 12:11:20 2022 +0300
Update README.md
commit 87ce31f16ad64a74036fda7d2fa1f55e82c1efc4
Author: Sümer Cip <sumerc@gmail.com>
Date: Mon Aug 22 12:09:47 2022 +0300
Update README.md
commit 523211c519a3365f2b329938e8e1059761284fe5
Author: Sümer Cip <sumer.cip@platform.sh>
Date: Fri Aug 19 18:28:11 2022 +0300
Cosmetic
commit bea55c33ebb32be8741fa76c8a033e2a53925b92
Author: Sümer Cip <sumer.cip@platform.sh>
Date: Thu Aug 18 16:52:30 2022 +0300
Correct name
commit 5e2cf8bff9d65ab34c7768c81a6a23687e51aff2
Author: Sümer Cip <sumer.cip@platform.sh>
Date: Thu Aug 18 15:23:47 2022 +0300
Use codeobject->co_varnames for Py versions < 11
commit c6e11e9f83c6e23253d673cdf398b24a81c6517e
Author: Sümer Cip <sumer.cip@platform.sh>
Date: Thu Aug 18 15:17:52 2022 +0300
Add 3.11.0.rc.1 to GH actions
commit cbee535a875ebcb9065f83ae2f1b8b555efb407c
Author: Sümer Cip <sumer.cip@platform.sh>
Date: Thu Aug 18 15:14:08 2022 +0300
Fix IS_SUSPENDED() call to use PyFrame_GetGenerator()->gi_frame_state
commit a34a5108f92107a9a6b6966b86ba3f782504e738
Author: Sümer Cip <sumer.cip@platform.sh>
Date: Thu Aug 18 12:31:03 2022 +0300
Use PyCode_GetVarnames -- added in 3.11.0rc1
commit 8fa2e8bbf865ae06db542d87c18a94fb3388654b
Author: Sümer Cip <sumer.cip@platform.sh>
Date: Thu Aug 18 12:15:59 2022 +0300
Use _PyEval_SetProfile instead of manually updating internal structures to enable per profiler per threadstate
commit 870858faa6a512643f1b9b22cda380aabe3f9d93
Author: Sümer Cip <sumer.cip@platform.sh>
Date: Thu Aug 4 14:04:47 2022 +0300
6 failures in TCs
commit 8015f0128d95c259e14100b058f067a71dd84de3
Author: Sümer Cip <sumer.cip@platform.sh>
Date: Thu Aug 4 13:31:20 2022 +0300
fix ensure_thread_profiled
commit c090992648e60723ff32136198478af6e3d76165
Author: Sümer Cip <sumer.cip@platform.sh>
Date: Thu Aug 4 13:16:28 2022 +0300
fix few seg. faults
commit b576de9b7924103631dc8ac20b8f63ed6695cce7
Author: Sümer Cip <sumer.cip@platform.sh>
Date: Tue Aug 2 11:27:29 2022 +0300
Change frame object + update asyncio tests
commit d24589222832577eefaf6832668e79726897fc6a
Author: Sümer Cip <sumerc@gmail.com>
Date: Thu Aug 18 15:49:59 2022 +0300
Update heading
commit 8de6848fab349a2e5ce37ba9c0cf01e4fd37bef7
Author: Sümer Cip <sumerc@gmail.com>
Date: Thu Aug 18 15:49:18 2022 +0300
Put `dw` count back