Index index by Group index by Distribution index by Vendor index by creation date index by Name Mirrors Help Search

python39-docker-compose-1.29.2-2.4 RPM for noarch

From OpenSuSE Ports Tumbleweed for noarch

Name: python39-docker-compose Distribution: openSUSE:Factory:zSystems
Version: 1.29.2 Vendor: openSUSE
Release: 2.4 Build date: Fri Jun 16 08:38:53 2023
Group: System/Management Build host: s390zl23
Size: 1030871 Source RPM: python-docker-compose-1.29.2-2.4.src.rpm
Packager: https://bugs.opensuse.org
Url: https://pypi.python.org/pypi/docker-compose
Summary: Tool to define and run complex applications using Docker
Compose is a tool for defining and running complex applications with Docker.
With Compose, you define a multi-container application in a single file, then
spin your application up in a single command which does everything that needs
to be done to get it running.

Compose is great for development environments, staging servers, and CI. We
don't recommend that you use it in production yet.

Previously known as Fig.

Provides

Requires

License

Apache-2.0

Changelog

* Wed Oct 12 2022 pgajdos@suse.com
  - python-six is not required
* Mon Jul 04 2022 Matej Cepl <mcepl@suse.com>
  - No need to fiddle with versions of PyYAML
* Wed Jun 29 2022 Johannes Kastl <kastl@b1-systems.de>
  - adjust BuildRequires for python-PyYAML so this works on both Tumbleweed and Leap 15.x
* Wed Jun 29 2022 Johannes Kastl <kastl@b1-systems.de>
  - Update to 1.29.2
    1.29.2 (2021-05-10)
    Miscellaneous
      Remove prompt to use docker compose in the up command
      Bump py to 1.10.0 in requirements-indirect.txt
    1.29.1 (2021-04-14)
    Bugs
      Fix for invalid handler warning on Windows builds
      Fix config hash to trigger container recreation on IPC mode updates
      Fix conversion map for placement.max_replicas_per_node
      Remove extra scan suggestion on build
    1.29.0 (2021-04-06)
    Features
      Add profile filter to docker-compose config
      Add a depends_on condition to wait for successful service completion
    Miscellaneous
      Add image scan message on build
      Update warning message for --no-ansi to mention --ansi never as alternative
      Bump docker-py to 5.0.0
      Bump PyYAML to 5.4.1
      Bump python-dotenv to 0.17.0
    1.28.6 (2021-03-21)
    Bugs
      Make --env-file relative to the current working directory and error out for invalid paths. Environment file paths set
      with --env-file are relative to the current working directory while the default .env file is located in the project
      directory which by default is the base directory of the Compose file.
      Fix missing service property storage_opt by updating the compose schema
      Fix build extra_hosts list format
      Remove extra error message on exec
    Miscellaneous
      Add compose.yml and compose.yaml to default filename list
* Fri Mar 12 2021 Chris Coutinho <chrisbcoutinho@gmail.com>
  -  Update to 1.28.5
    1.28.5 (2021-02-25)
    Bugs
    Fix OpenSSL version mismatch error when shelling out to the ssh client (via bump to docker-py 4.4.4 which contains the fix)
    Add missing build flags to the native builder: platform, isolation and extra_hosts
    Remove info message on native build
    Avoid fetching logs when service logging driver is set to 'none'
    1.28.4 (2021-02-18)
    Bugs
    Fix SSH port parsing by bumping docker-py to 4.4.3
    Miscellaneous
    Bump Python to 3.7.10
    1.28.3 (2021-02-17)
    Bugs
    Fix SSH hostname parsing when it contains leading s/h, and remove the quiet option that was hiding the error (via docker-py bump to 4.4.2)
    Fix key error for '--no-log-prefix' option
    Fix incorrect CLI environment variable name for service profiles: COMPOSE_PROFILES instead of COMPOSE_PROFILE
    Fix fish completion
    Miscellaneous
    Bump cryptography to 3.3.2
    Remove log driver filter
    1.28.2 (2021-01-26)
    Miscellaneous
    CI setup update
    1.28.1 (2021-01-25)
    Bugs
    Revert to Python 3.7 bump for Linux static builds
    Add bash completion for docker-compose logs|up --no-log-prefix
    1.28.0 (2021-01-20)
    Features
    Support for Nvidia GPUs via device requests
    Support for service profiles
    Change the SSH connection approach to the Docker CLI's via shellout to the local SSH client (old behaviour enabled by setting COMPOSE_PARAMIKO_SSH environment variable)
    Add flag to disable log prefix
    Add flag for ansi output control
    Bugs
    Make parallel_pull=True by default
    Bring back warning for configs in non-swarm mode
    Take --file in account when defining project_dir
    On compose up, attach only to services we read logs from
    Miscellaneous
    Make COMPOSE_DOCKER_CLI_BUILD=1 the default
    Add usage metrics
    Sync schema with COMPOSE specification
    Improve failure report for missing mandatory environment variables
    Bump attrs to 20.3.0
    Bump more_itertools to 8.6.0
    Bump cryptograhy to 3.2.1
    Bump cffi to 1.14.4
    Bump virtualenv to 20.2.2
    Bump bcrypt to 3.2.0
    Bump gitpython to 3.1.11
    Bump docker-py to 4.4.1
    Bump Python to 3.9
    Linux: bump Debian base image from stretch to buster (required for Python 3.9)
    macOS: OpenSSL 1.1.1g to 1.1.1h, Python 3.7.7 to 3.9.0
    Bump pyinstaller 4.1
    Loosen restriction on base images to latest minor
    Updates of READMEs
    1.27.4 (2020-09-24)
    Bugs
    Remove path checks for bind mounts
    Fix port rendering to output long form syntax for non-v1
    Add protocol to the docker socket address
    1.27.3 (2020-09-16)
    Bugs
    Merge max_replicas_per_node on docker-compose config
    Fix depends_on serialization on docker-compose config
    Fix scaling when some containers are not running on docker-compose up
    Enable relative paths for driver_opts.device for local driver
    Allow strings for cpus fields
    1.27.2 (2020-09-10)
    Bugs
    Fix bug on docker-compose run container attach
    1.27.1 (2020-09-10)
    Bugs
    Fix docker-compose run when service.scale is specified
    Allow driver property for external networks as temporary workaround for swarm network propagation issue
    Pin new internal schema version to 3.9 as the default
    Preserve the version when configured in the compose file
    1.27.0 (2020-09-07)
    Features
    Merge 2.x and 3.x compose formats and align with COMPOSE_SPEC schema
    Implement service mode for ipc
    Pass COMPOSE_PROJECT_NAME environment variable in container mode
    Make run behave in the same way as up
    Use docker build on docker-compose run when COMPOSE_DOCKER_CLI_BUILD environment variable is set
    Use docker-py default API version for engine queries (auto)
    Parse network_mode on build
    Bugs
    Ignore build context path validation when building is not required
    Fix float to bytes conversion via docker-py bump to 4.3.1
    Fix scale bug when deploy section is set
    Fix docker-py bump in setup.py
    Fix experimental build failure detection
    Fix context propagation to docker cli
    Miscellaneous
    Drop support for Python 2.7
    Bump docker-py to 4.3.1
    Bump tox to 3.19.0
    Bump virtualenv to 20.0.30
    Add script for docs syncronization
* Thu Feb 25 2021 Duncan Mac-Vicar <dmacvicar@suse.com>
  - Reintroduce container runtime requirement accepting both podman
    and docker.
* Wed Feb 24 2021 Duncan Mac-Vicar <dmacvicar@suse.com>
  - Remove requirement on the docker package.
    docker-compose uses the API and can use podman >= 3.0 compatible
    API as well.
* Thu Jan 28 2021 Steve Kowalik <steven.kowalik@suse.com>
  - Since we have alternatives for the docker-compose script, drop the
    if python2 guard for Provides/Obsoletes docker-compose. (bsc#1181497)
* Tue Jan 19 2021 Matej Cepl <mcepl@suse.com>
  - Skip over tests which are failing (gh#docker/compose#8044)
* Thu Aug 20 2020 Dirk Mueller <dmueller@suse.com>
  - update to 1.26.2:
    - Enforce `docker-py` 4.2.2 as minimum version when installing with pip
    - Bump `docker-py` from 4.2.1 to 4.2.2
    - Fix context load for non-docker endpoints
  - remove no-restrict-upper.patch (just uncaping stuff downstream is
    likely cause problems)
* Tue Jun 16 2020 Steve Kowalik <steven.kowalik@suse.com>
  - Update to 1.26.0:
    * Bugs
      + Properly escape values coming from env_files
      + Sync compose-schemas with upstream (docker/cli)
      + Remove None entries on exec command
      + Add python-dotenv to delegate .env file processing
      + Don't adjust output on terminal width when piped into another command
      + Show an error message when version attribute is malformed
      + Fix HTTPS connection when DOCKER_HOST is remote
    * Bugfixes
      + Fix CI script to enforce the minimal MacOS version to 10.11
      + Fix docker-compose exec for keys with no value
      + Fix CI script to enforce the compilation with Python3
      + Fix binary's sha256 in the release page
      + Validate version format on formats 2+
      + Assume infinite terminal width when not running in a terminal
    * Features
      + Add docker context support
      + Add missing test dependency ddt to setup.py
      + Add --attach-dependencies to command up for attaching to dependencies
      + Allow compatibility option with COMPOSE_COMPATIBILITY environment variable
      + Bump Pytest to 5.3.4 and add refactor compatibility with new version
      + Bump OpenSSL from 1.1.1f to 1.1.1g
      + Bump docker-py from 4.2.0 to 4.2.1
      + Bump OpenSSL from 1.1.1d to 1.1.1f
      + Add 3.8 compose version
      + Allow compatibility option with COMPOSE_COMPATIBILITY environment variable
      + Bump PyInstaller from 3.5 to 3.6
      + Bump pysocks from 1.6.7 to 1.7.1
      + Bump websocket-client from 0.32.0 to 0.57.0
      + Bump urllib3 from 1.24.2 to 1.25.7
      + Bump jsonschema from 3.0.1 to 3.2.0
      + Bump PyYAML from 4.2b1 to 5.3
      + Bump certifi from 2017.4.17 to 2019.11.28
      + Bump coverage from 4.5.4 to 5.0.3
      + Bump paramiko from 2.6.0 to 2.7.1
      + Bump cached-property from 1.3.0 to 1.5.1
      + Bump minor Linux and MacOSX dependencies
* Tue May 26 2020 Petr Gajdos <pgajdos@suse.com>
  - %python3_only -> %python_alternative
* Tue Apr 21 2020 Tomáš Chvátal <tchvatal@suse.com>
  - Do not skip temporarily disabled tests as they work now with new
    releases
* Tue Apr 21 2020 Tomáš Chvátal <tchvatal@suse.com>
  - Don't pull dotenv package which does not exist on runtime
* Thu Apr 02 2020 Marketa Calabkova <mcalabkova@suse.com>
  - Update to 1.25.4
    * Allow compatibility option with COMPOSE_COMPATIBILITY environment variable
    * Fix v3.8 schema support for binaries
    * few dependendy version bumps
* 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.

Files

/etc/alternatives/docker-compose
/usr/bin/docker-compose
/usr/bin/docker-compose-3.9
/usr/lib/python3.9/site-packages/compose
/usr/lib/python3.9/site-packages/compose/__init__.py
/usr/lib/python3.9/site-packages/compose/__main__.py
/usr/lib/python3.9/site-packages/compose/__pycache__
/usr/lib/python3.9/site-packages/compose/__pycache__/__init__.cpython-39.opt-1.pyc
/usr/lib/python3.9/site-packages/compose/__pycache__/__init__.cpython-39.pyc
/usr/lib/python3.9/site-packages/compose/__pycache__/__main__.cpython-39.opt-1.pyc
/usr/lib/python3.9/site-packages/compose/__pycache__/__main__.cpython-39.pyc
/usr/lib/python3.9/site-packages/compose/__pycache__/const.cpython-39.opt-1.pyc
/usr/lib/python3.9/site-packages/compose/__pycache__/const.cpython-39.pyc
/usr/lib/python3.9/site-packages/compose/__pycache__/container.cpython-39.opt-1.pyc
/usr/lib/python3.9/site-packages/compose/__pycache__/container.cpython-39.pyc
/usr/lib/python3.9/site-packages/compose/__pycache__/errors.cpython-39.opt-1.pyc
/usr/lib/python3.9/site-packages/compose/__pycache__/errors.cpython-39.pyc
/usr/lib/python3.9/site-packages/compose/__pycache__/network.cpython-39.opt-1.pyc
/usr/lib/python3.9/site-packages/compose/__pycache__/network.cpython-39.pyc
/usr/lib/python3.9/site-packages/compose/__pycache__/parallel.cpython-39.opt-1.pyc
/usr/lib/python3.9/site-packages/compose/__pycache__/parallel.cpython-39.pyc
/usr/lib/python3.9/site-packages/compose/__pycache__/progress_stream.cpython-39.opt-1.pyc
/usr/lib/python3.9/site-packages/compose/__pycache__/progress_stream.cpython-39.pyc
/usr/lib/python3.9/site-packages/compose/__pycache__/project.cpython-39.opt-1.pyc
/usr/lib/python3.9/site-packages/compose/__pycache__/project.cpython-39.pyc
/usr/lib/python3.9/site-packages/compose/__pycache__/service.cpython-39.opt-1.pyc
/usr/lib/python3.9/site-packages/compose/__pycache__/service.cpython-39.pyc
/usr/lib/python3.9/site-packages/compose/__pycache__/timeparse.cpython-39.opt-1.pyc
/usr/lib/python3.9/site-packages/compose/__pycache__/timeparse.cpython-39.pyc
/usr/lib/python3.9/site-packages/compose/__pycache__/utils.cpython-39.opt-1.pyc
/usr/lib/python3.9/site-packages/compose/__pycache__/utils.cpython-39.pyc
/usr/lib/python3.9/site-packages/compose/__pycache__/version.cpython-39.opt-1.pyc
/usr/lib/python3.9/site-packages/compose/__pycache__/version.cpython-39.pyc
/usr/lib/python3.9/site-packages/compose/__pycache__/volume.cpython-39.opt-1.pyc
/usr/lib/python3.9/site-packages/compose/__pycache__/volume.cpython-39.pyc
/usr/lib/python3.9/site-packages/compose/cli
/usr/lib/python3.9/site-packages/compose/cli/__init__.py
/usr/lib/python3.9/site-packages/compose/cli/__pycache__
/usr/lib/python3.9/site-packages/compose/cli/__pycache__/__init__.cpython-39.opt-1.pyc
/usr/lib/python3.9/site-packages/compose/cli/__pycache__/__init__.cpython-39.pyc
/usr/lib/python3.9/site-packages/compose/cli/__pycache__/colors.cpython-39.opt-1.pyc
/usr/lib/python3.9/site-packages/compose/cli/__pycache__/colors.cpython-39.pyc
/usr/lib/python3.9/site-packages/compose/cli/__pycache__/command.cpython-39.opt-1.pyc
/usr/lib/python3.9/site-packages/compose/cli/__pycache__/command.cpython-39.pyc
/usr/lib/python3.9/site-packages/compose/cli/__pycache__/docker_client.cpython-39.opt-1.pyc
/usr/lib/python3.9/site-packages/compose/cli/__pycache__/docker_client.cpython-39.pyc
/usr/lib/python3.9/site-packages/compose/cli/__pycache__/docopt_command.cpython-39.opt-1.pyc
/usr/lib/python3.9/site-packages/compose/cli/__pycache__/docopt_command.cpython-39.pyc
/usr/lib/python3.9/site-packages/compose/cli/__pycache__/errors.cpython-39.opt-1.pyc
/usr/lib/python3.9/site-packages/compose/cli/__pycache__/errors.cpython-39.pyc
/usr/lib/python3.9/site-packages/compose/cli/__pycache__/formatter.cpython-39.opt-1.pyc
/usr/lib/python3.9/site-packages/compose/cli/__pycache__/formatter.cpython-39.pyc
/usr/lib/python3.9/site-packages/compose/cli/__pycache__/log_printer.cpython-39.opt-1.pyc
/usr/lib/python3.9/site-packages/compose/cli/__pycache__/log_printer.cpython-39.pyc
/usr/lib/python3.9/site-packages/compose/cli/__pycache__/main.cpython-39.opt-1.pyc
/usr/lib/python3.9/site-packages/compose/cli/__pycache__/main.cpython-39.pyc
/usr/lib/python3.9/site-packages/compose/cli/__pycache__/signals.cpython-39.opt-1.pyc
/usr/lib/python3.9/site-packages/compose/cli/__pycache__/signals.cpython-39.pyc
/usr/lib/python3.9/site-packages/compose/cli/__pycache__/utils.cpython-39.opt-1.pyc
/usr/lib/python3.9/site-packages/compose/cli/__pycache__/utils.cpython-39.pyc
/usr/lib/python3.9/site-packages/compose/cli/__pycache__/verbose_proxy.cpython-39.opt-1.pyc
/usr/lib/python3.9/site-packages/compose/cli/__pycache__/verbose_proxy.cpython-39.pyc
/usr/lib/python3.9/site-packages/compose/cli/colors.py
/usr/lib/python3.9/site-packages/compose/cli/command.py
/usr/lib/python3.9/site-packages/compose/cli/docker_client.py
/usr/lib/python3.9/site-packages/compose/cli/docopt_command.py
/usr/lib/python3.9/site-packages/compose/cli/errors.py
/usr/lib/python3.9/site-packages/compose/cli/formatter.py
/usr/lib/python3.9/site-packages/compose/cli/log_printer.py
/usr/lib/python3.9/site-packages/compose/cli/main.py
/usr/lib/python3.9/site-packages/compose/cli/signals.py
/usr/lib/python3.9/site-packages/compose/cli/utils.py
/usr/lib/python3.9/site-packages/compose/cli/verbose_proxy.py
/usr/lib/python3.9/site-packages/compose/config
/usr/lib/python3.9/site-packages/compose/config/__init__.py
/usr/lib/python3.9/site-packages/compose/config/__pycache__
/usr/lib/python3.9/site-packages/compose/config/__pycache__/__init__.cpython-39.opt-1.pyc
/usr/lib/python3.9/site-packages/compose/config/__pycache__/__init__.cpython-39.pyc
/usr/lib/python3.9/site-packages/compose/config/__pycache__/config.cpython-39.opt-1.pyc
/usr/lib/python3.9/site-packages/compose/config/__pycache__/config.cpython-39.pyc
/usr/lib/python3.9/site-packages/compose/config/__pycache__/environment.cpython-39.opt-1.pyc
/usr/lib/python3.9/site-packages/compose/config/__pycache__/environment.cpython-39.pyc
/usr/lib/python3.9/site-packages/compose/config/__pycache__/errors.cpython-39.opt-1.pyc
/usr/lib/python3.9/site-packages/compose/config/__pycache__/errors.cpython-39.pyc
/usr/lib/python3.9/site-packages/compose/config/__pycache__/interpolation.cpython-39.opt-1.pyc
/usr/lib/python3.9/site-packages/compose/config/__pycache__/interpolation.cpython-39.pyc
/usr/lib/python3.9/site-packages/compose/config/__pycache__/serialize.cpython-39.opt-1.pyc
/usr/lib/python3.9/site-packages/compose/config/__pycache__/serialize.cpython-39.pyc
/usr/lib/python3.9/site-packages/compose/config/__pycache__/sort_services.cpython-39.opt-1.pyc
/usr/lib/python3.9/site-packages/compose/config/__pycache__/sort_services.cpython-39.pyc
/usr/lib/python3.9/site-packages/compose/config/__pycache__/types.cpython-39.opt-1.pyc
/usr/lib/python3.9/site-packages/compose/config/__pycache__/types.cpython-39.pyc
/usr/lib/python3.9/site-packages/compose/config/__pycache__/validation.cpython-39.opt-1.pyc
/usr/lib/python3.9/site-packages/compose/config/__pycache__/validation.cpython-39.pyc
/usr/lib/python3.9/site-packages/compose/config/compose_spec.json
/usr/lib/python3.9/site-packages/compose/config/config.py
/usr/lib/python3.9/site-packages/compose/config/config_schema_v1.json
/usr/lib/python3.9/site-packages/compose/config/environment.py
/usr/lib/python3.9/site-packages/compose/config/errors.py
/usr/lib/python3.9/site-packages/compose/config/interpolation.py
/usr/lib/python3.9/site-packages/compose/config/serialize.py
/usr/lib/python3.9/site-packages/compose/config/sort_services.py
/usr/lib/python3.9/site-packages/compose/config/types.py
/usr/lib/python3.9/site-packages/compose/config/validation.py
/usr/lib/python3.9/site-packages/compose/const.py
/usr/lib/python3.9/site-packages/compose/container.py
/usr/lib/python3.9/site-packages/compose/errors.py
/usr/lib/python3.9/site-packages/compose/metrics
/usr/lib/python3.9/site-packages/compose/metrics/__init__.py
/usr/lib/python3.9/site-packages/compose/metrics/__pycache__
/usr/lib/python3.9/site-packages/compose/metrics/__pycache__/__init__.cpython-39.opt-1.pyc
/usr/lib/python3.9/site-packages/compose/metrics/__pycache__/__init__.cpython-39.pyc
/usr/lib/python3.9/site-packages/compose/metrics/__pycache__/client.cpython-39.opt-1.pyc
/usr/lib/python3.9/site-packages/compose/metrics/__pycache__/client.cpython-39.pyc
/usr/lib/python3.9/site-packages/compose/metrics/__pycache__/decorator.cpython-39.opt-1.pyc
/usr/lib/python3.9/site-packages/compose/metrics/__pycache__/decorator.cpython-39.pyc
/usr/lib/python3.9/site-packages/compose/metrics/client.py
/usr/lib/python3.9/site-packages/compose/metrics/decorator.py
/usr/lib/python3.9/site-packages/compose/network.py
/usr/lib/python3.9/site-packages/compose/parallel.py
/usr/lib/python3.9/site-packages/compose/progress_stream.py
/usr/lib/python3.9/site-packages/compose/project.py
/usr/lib/python3.9/site-packages/compose/service.py
/usr/lib/python3.9/site-packages/compose/timeparse.py
/usr/lib/python3.9/site-packages/compose/utils.py
/usr/lib/python3.9/site-packages/compose/version.py
/usr/lib/python3.9/site-packages/compose/volume.py
/usr/lib/python3.9/site-packages/docker_compose-1.29.2-py3.9.egg-info
/usr/lib/python3.9/site-packages/docker_compose-1.29.2-py3.9.egg-info/PKG-INFO
/usr/lib/python3.9/site-packages/docker_compose-1.29.2-py3.9.egg-info/SOURCES.txt
/usr/lib/python3.9/site-packages/docker_compose-1.29.2-py3.9.egg-info/dependency_links.txt
/usr/lib/python3.9/site-packages/docker_compose-1.29.2-py3.9.egg-info/entry_points.txt
/usr/lib/python3.9/site-packages/docker_compose-1.29.2-py3.9.egg-info/requires.txt
/usr/lib/python3.9/site-packages/docker_compose-1.29.2-py3.9.egg-info/top_level.txt
/usr/share/doc/packages/python39-docker-compose
/usr/share/doc/packages/python39-docker-compose/CHANGES.md
/usr/share/doc/packages/python39-docker-compose/README.md
/usr/share/doc/packages/python39-docker-compose/SWARM.md
/usr/share/licenses/python39-docker-compose
/usr/share/licenses/python39-docker-compose/LICENSE


Generated by rpm2html 1.8.1

Fabrice Bellet, Sat Mar 9 12:39:58 2024