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
|
python-tosca-parser (2.1.1-3) unstable; urgency=medium
* Added Restrictions: superficial to d/tests/control (Closes: #974520).
-- Thomas Goirand <zigo@debian.org> Fri, 20 Nov 2020 23:56:42 +0100
python-tosca-parser (2.1.1-2) unstable; urgency=medium
* Uploading to unstable.
* Add a debian/salsa-ci.yml.
-- Thomas Goirand <zigo@debian.org> Wed, 14 Oct 2020 14:33:24 +0200
python-tosca-parser (2.1.1-1) experimental; urgency=medium
* New upstream release.
-- Thomas Goirand <zigo@debian.org> Wed, 09 Sep 2020 22:00:02 +0200
python-tosca-parser (2.1.0-1) experimental; urgency=medium
* New uptream release.
* Refresh patch.
-- Thomas Goirand <zigo@debian.org> Tue, 08 Sep 2020 08:33:07 +0200
python-tosca-parser (2.0.0-2) unstable; urgency=medium
* Uploading to unstable.
-- Thomas Goirand <zigo@debian.org> Fri, 08 May 2020 12:01:29 +0200
python-tosca-parser (2.0.0-1) experimental; urgency=medium
[ Thomas Goirand ]
* New upstream release.
* Bump Standards-Version to 4.5.0.
* debhelper-compat bump to 11.
-- Thomas Goirand <zigo@debian.org> Tue, 07 Apr 2020 09:27:55 +0200
python-tosca-parser (1.4.0-3) unstable; urgency=medium
[ Ondřej Nový ]
* Running wrap-and-sort -bast.
* Use debhelper-compat instead of debian/compat.
* Bump Standards-Version to 4.4.0.
[ Thomas Goirand ]
* Drop python2 test, thanks to Gianfranco Costamagna locutusofborg at
debian.org (Closes: #933345).
-- Thomas Goirand <zigo@debian.org> Tue, 30 Jul 2019 23:22:28 +0200
python-tosca-parser (1.4.0-2) unstable; urgency=medium
* Uploading to unstable.
-- Thomas Goirand <zigo@debian.org> Wed, 17 Jul 2019 00:42:47 +0200
python-tosca-parser (1.4.0-1) experimental; urgency=medium
* New upstream release.
* Removed Python 2 support.
* Blacklist failing test: ToscaTemplateTest.test_multiple_policies().
-- Thomas Goirand <zigo@debian.org> Wed, 27 Mar 2019 15:04:23 +0100
python-tosca-parser (1.1.0-3) unstable; urgency=medium
* override_dh_python3: dh_python3 --shebang=/usr/bin/python3.
-- Thomas Goirand <zigo@debian.org> Fri, 28 Dec 2018 16:44:23 +0100
python-tosca-parser (1.1.0-2) unstable; urgency=medium
* Disable networking and resolving when running unit tests.
* Patch out 16 unit tests doing network access (Closes: #908391).
-- Thomas Goirand <zigo@debian.org> Mon, 10 Sep 2018 00:01:37 +0200
python-tosca-parser (1.1.0-1) unstable; urgency=medium
[ Ondřej Nový ]
* New upstream release.
* Fixed (build-)depends for new release.
* Added myself to d/copyright.
* Fixed order in d/copyright.
* Install /usr/bin/tosca-parser as alternatives in both packages.
* Added Debian tests.
* Added upstream changelog.
* Fixed hardcoded Python 2.7 version when running unit tests
* Standards-Version is 3.9.8 now (no change)
* d/rules: Changed UPSTREAM_GIT protocol to https
* d/copyright: Changed source URL to https protocol
* d/tests: Use AUTOPKGTEST_TMP instead of ADTTMP
* d/control: Use team+openstack@tracker.debian.org as maintainer
* d/control: Set Vcs-* to salsa.debian.org
[ Daniel Baumann ]
* Updating copyright format url.
* Running wrap-and-sort -bast.
* Removing gbp.conf, not used anymore or should be specified in the
developers dotfiles.
* Updating standards version to 4.1.0.
[ Thomas Goirand ]
* New upstream release:
- Fix FTBFS (Closes: #907966).
* Fixed (build-)depends for this release.
* Using python3 -m sphinx to build the doc.
* Remove obsolete stuff from debian/rules and use the new
pkgos-dh_auto_{install,test} scripts.
-- Thomas Goirand <zigo@debian.org> Fri, 07 Sep 2018 13:51:24 +0200
python-tosca-parser (0.1.0-3) unstable; urgency=medium
* Added missing openstack-pkg-tools build-depends (Closes: #802150).
-- Thomas Goirand <zigo@debian.org> Sun, 18 Oct 2015 14:11:41 +0000
python-tosca-parser (0.1.0-2) unstable; urgency=medium
* Uploading to unstable.
-- Thomas Goirand <zigo@debian.org> Fri, 16 Oct 2015 12:22:51 +0000
python-tosca-parser (0.1.0-1) experimental; urgency=medium
* Initial release. (Closes: #797775)
-- Thomas Goirand <zigo@debian.org> Wed, 02 Sep 2015 14:06:14 +0200
|