1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139
|
rpyc (6.0.1-1) unstable; urgency=medium
* New upstream version 6.0.1
-- Timo Röhling <roehling@debian.org> Sat, 28 Sep 2024 15:45:11 +0200
rpyc (6.0.0-1) unstable; urgency=medium
* New upstream version 6.0.0
* Refresh patches (no functional changes)
* Reformat d/control
* Drop nose2 as test framework
* Bump Standards-Version to 4.7.0
-- Timo Röhling <roehling@debian.org> Wed, 17 Apr 2024 15:06:23 +0200
rpyc (5.3.1-1) unstable; urgency=medium
* New upstream version 5.3.1
* Bump Standards-Version to 4.6.2
-- Timo Röhling <roehling@debian.org> Mon, 12 Jun 2023 13:51:44 +0200
rpyc (5.3.0-2) unstable; urgency=medium
* Use the shiny new pybuild-autopkgtest
-- Timo Röhling <roehling@debian.org> Thu, 08 Dec 2022 13:35:25 +0100
rpyc (5.3.0-1) unstable; urgency=medium
* New upstream version 5.3.0
* Apply M-A hint
-- Timo Röhling <roehling@debian.org> Sun, 27 Nov 2022 21:13:57 +0100
rpyc (5.2.3-3) unstable; urgency=medium
[ Debian Janitor ]
* Remove constraints unnecessary since buster (oldstable)
-- Jelmer Vernooij <jelmer@debian.org> Fri, 28 Oct 2022 18:37:43 +0100
rpyc (5.2.3-2) unstable; urgency=medium
* Update d/watch
* Use reproducible build date for Sphinx documentation
-- Timo Röhling <roehling@debian.org> Sat, 01 Oct 2022 22:02:59 +0200
rpyc (5.2.3-1) unstable; urgency=medium
* New upstream version 5.2.3
* Revert "Drop rpy_classic and rpyc_registry executables"
* Bump Standards-Version to 4.6.1
-- Timo Röhling <roehling@debian.org> Fri, 05 Aug 2022 19:59:21 +0200
rpyc (5.2.1-1) unstable; urgency=medium
* New upstream version 5.2.1
* Build with PEP 517 builder
* Disable tests which require network access
* Drop rpy_classic and rpyc_registry executables
-- Timo Röhling <roehling@debian.org> Mon, 01 Aug 2022 12:48:20 +0200
rpyc (5.1.0-1) unstable; urgency=medium
* New upstream version 5.1.0
* Fix Suggests: for -doc package
-- Timo Röhling <roehling@debian.org> Wed, 02 Mar 2022 07:57:06 +0100
rpyc (5.0.1-3) unstable; urgency=medium
* Make autopkgtest run more comprehensive
-- Timo Röhling <roehling@debian.org> Mon, 14 Feb 2022 08:15:01 +0100
rpyc (5.0.1-2) unstable; urgency=medium
* Merge changelog entries from older versions which have been
removed from Debian before
* Fix test suite (Closes: #908941)
-- Timo Röhling <roehling@debian.org> Sun, 13 Feb 2022 22:01:04 +0100
rpyc (5.0.1-1) unstable; urgency=medium
* Initial release
-- Timo Röhling <roehling@debian.org> Sat, 01 Jan 2022 15:02:14 +0100
rpyc (4.0.2-2) unstable; urgency=medium
[ Ondřej Nový ]
* Use 'python3 -m sphinx' instead of sphinx-build for building docs
[ Carl Suster ]
* Forward reproducible build patch upstream
* Remove TestUdpRegistry patch rejected upstream
* Mark other patches as not forwarded
* Port upstream commit to fix race condition causing FTBFS
(Closes: #907716)
* Update Standards-Version to 4.2.1 (no changes)
-- Carl Suster <carl@contraflo.ws> Thu, 06 Sep 2018 19:53:43 +0200
rpyc (4.0.2-1) unstable; urgency=medium
[ Ondřej Nový ]
* d/control: Set Vcs-* to salsa.debian.org
* d/control: Remove ancient X-Python3-Version field
[ Carl Suster ]
* New upstream release (Closes: #904615).
* Recommend python3-gevent to support the new gevent server (however this
feature is currently disabled due to crashes that are not yet understood).
* Build-Depend on python3-gevent for the corresponding test (however this
test is currently disabled to match upstream CI configuration).
* Make the build reproducible by applying the patch provided by Chris Lamb
(Closes: #893611).
* Build-Depend on python3-sphinx-rtd-theme which is now used by the docs.
* Stop cleaning up (in debian/rules) screencasts and CI image from docs that
no longer exist upstream.
* Remove GitHub "fork me" banner from documentation.
* Update Standards-Version to 4.2.0 (no changes needed).
* Mark the doc package as M-A: foreign as per multiarch hinter.
* Add upstream metadata file.
* Bump debhelper compat to 11.
-- Carl Suster <carl@contraflo.ws> Tue, 14 Aug 2018 18:35:11 +1000
rpyc (3.4.4-1) unstable; urgency=medium
* Initial release (Closes: #850097)
-- Carl Suster <carl@contraflo.ws> Fri, 01 Dec 2017 18:20:43 +1100
|