Skip to content

Commit

Permalink
Merge pull request #2 from packit-service-testing-organisation/Use-pa…
Browse files Browse the repository at this point in the history
…ckit

Add config for packit
  • Loading branch information
lachmanfrantisek authored Jan 21, 2020
2 parents cdf342a + 8625a40 commit 86e6df5
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
8 changes: 8 additions & 0 deletions packit.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
specfile_path: python-ogr.spec
upstream_package_name: ogr
downstream_package_name: python-ogr

upstream_project_url: https://github.com/packit-service/ogr

create_tarball_command: ["python3", "setup.py", "sdist", "--dist-dir", "."]
current_version_command: ["python3", "setup.py", "--version"]
5 changes: 4 additions & 1 deletion python-ogr.spec
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
%{?python_enable_dependency_generator}

Name: python-%{pypi_name}
Version: 0.9.0
Version: 0.9.1
Release: 1%{?dist}
Summary: One API for multiple git forges

Expand Down Expand Up @@ -51,6 +51,9 @@ rm -rf %{pypi_name}.egg-info


%changelog
* Wed Dec 04 2019 Frantisek Lachman <[email protected]> - 0.9.1-1
- New upstream release 0.9.1

* Wed Dec 04 2019 Frantisek Lachman <[email protected]> - 0.9.0-1
- New upstream release 0.9.0

Expand Down

0 comments on commit 86e6df5

Please sign in to comment.