Blob Blame History Raw
---
specfile_path: python-docker.spec
downstream_package_name: python-docker
upstream_project_url: https://github.com/docker/docker-py

actions:
  create-archive:
  - "python3 setup.py sdist --dist-dir ."
  - "ls -1 ./*.tar.gz"
  get-current-version: "python3 setup.py --version"
  changelog-entry: bash -c "echo New upstream release ${PACKIT_PROJECT_VERSION}"

issue_repository: https://github.com/TomasTomecek/docker-py
jobs:
- job: pull_from_upstream
  trigger: release
  dist_git_branches:
    - fedora-all
    - epel-8
    - epel-9