Version: 1.25.1-bp152.1.1
* Fri Jan 10 2020 Tomá? Chvátal <tchvatal@suse.com>
- Properly conditionalize python2 build
* Thu Jan 09 2020 Todd R <toddrme2178@gmail.com>
- Update to 1.25.1
+ Features
* Bump `pytest-cov` 2.8.1
* Bump `flake8` 3.7.9
* Bump `coverage` 4.5.4
+ Bugfixes
* Decode APIError explanation to unicode before usage on start and create of a container
* Reports when images that cannot be pulled and must be built
* Discard label `com.docker.compose.filepaths` having None as value. Typically, when coming from stdin
* Added OSX binary as a directory to solve slow start up time caused by MacOS Catalina binary scan
* Passed in HOME env-var in container mode (running with `script/run/run.sh`)
* Reverted behavior of "only pull images that we can't build" and replace by a warning informing the image we can't pull and must be built
- Drop python2 subpackage due to dropping backports packages.
* Fri Dec 13 2019 Tomá? Chvátal <tchvatal@suse.com>
- Add patch no-restrict-upper.patch to add back removal of upper
version checks and constraints
* Wed Dec 11 2019 Tomá? Chvátal <tchvatal@suse.com>
- Update to 1.25.0:
* Various minor fixes
- Remove no longer needed patch fix-requirements.patch
* Fri Aug 09 2019 Todd R <toddrme2178@gmail.com>
- Update to 1.24.1
* Fixed acceptance tests
- Fix tests
- Supports jsonschema 3.
* Tue Aug 06 2019 Todd R <toddrme2178@gmail.com>
- This package doesn't support jsonchema 3.
The next release should fix this.
* Mon Apr 01 2019 Jan Engelhardt <jengelh@inai.de>
- Use noun phrase in summary.
* Mon Apr 01 2019 Tomá? Chvátal <tchvatal@suse.com>
- Rename source package to python-docker-compose to match up
the naming convenctions
* Mon Apr 01 2019 Tomá? Chvátal <tchvatal@suse.com>
- Update to 1.24.0:
* Added support for connecting to the Docker Engine using the ssh protocol.
* Added a --all flag to docker-compose ps to include stopped one-off containers in the command's output.
* Add bash completion for ps --all|-a
* Support for credential_spec
* Add --parallel to docker build's options in bash and zsh completion
- Rebase the fix-requirements.patch upstream is upper limiting stuff
for no aparent reason except the joy of it bsc#1131094
* Mon Jan 14 2019 Michal Vyskocil <mvyskocil@opensuse.org>
- Sync dependencies with requirements.txt as this version
requires python-docker 3.6.0 at least
* Sun Dec 23 2018 John Vandenberg <jayvdb@gmail.com>
- Update to version 1.23.2:
* Compose format version 3.7
* Many other many changes from 1.21.2 read CHANGES.md file
* Tue May 08 2018 tchvatal@suse.com
- provide docker-compose only for the python3 variant to avoid
collisions, esp. since py2 version does not have the binary
* Tue May 08 2018 tchvatal@suse.com
- Fix typos in py2 requirements
* Tue May 08 2018 tchvatal@suse.com
- Execute the pytest testsuite, fixes bsc#1092148
* Tue May 08 2018 tchvatal@suse.com
- Add back patch fix-requirements.patch as it really was needed in
the end
* Mon May 07 2018 tchvatal@suse.com
- Update to version 1.21.2:
* Many many changes from 1.17.0 read CHANGES.md file
- Drop README.SUSE pointing to same stuff like official readme
- Drop patch fix-requirements.patch as it is not really needed
- Switch to singlespec approach building both py2 and py3
* pick just py3 binary, no real reason to keep py2 variant
* Mon May 07 2018 tchvatal@suse.com
- Drop service, it is not really needed as we fetch from pypi
* Fri Dec 22 2017 wolfgang.engel@suse.com
- Fix requirement of python-texttable (boo#1072403)
* Fri Nov 03 2017 cobexer@gmail.com
- Update to version 1.17.0:
* Bump 1.17.0
* Miscellaneous test fixes
* Add flake8 to dev requirements
* flake8 error on master branch (fixes #5298)
* Add bash completion for `up --no-start`
* Bump 1.17.0-rc1
* flake8
* Add check_duplicate=True when creating network
* Add specific handling for pywintypes.error
* Config command generates invalid volumes (fixes #5176)
* Sun Oct 15 2017 carmen@carmenbianca.eu
- Rename python-docker-py requirement to python-docker. (bsc#1062084)