#13 [packit] 0.4.1 upstream release
Merged 4 years ago by jpopelka. Opened 4 years ago by jpopelka.
rpms/ jpopelka/packit 0.4.1-master-update  into  master

file modified
+1
@@ -1,3 +1,4 @@ 

  /packitos-0.0.1.tar.gz

  /packitos-0.1.0.tar.gz

  /packitos-0.2.0.tar.gz

+ /packitos-0.4.1.tar.gz

file modified
+22 -4
@@ -5,12 +5,30 @@ 

    - .packit.yaml

    - src: fedora-tests/

      dest: tests/

- jobs:

- - trigger: "commit"

-   job: "sync_from_downstream"

- 

  # packit was already taken on PyPI

  upstream_project_name: packitos

  downstream_package_name: packit

  current_version_command: ["python3", "setup.py", "--version"]

  create_tarball_command: ["python3", "setup.py", "sdist", "--dist-dir", "."]

+ jobs:

+ - job: propose_downstream

+   trigger: release

+   metadata:

+     dist_git_branch: master

+ - job: propose_downstream

+   trigger: release

+   metadata:

+     dist_git_branch: f30

+ - job: propose_downstream

+   trigger: release

+   metadata:

+     dist_git_branch: f29

+ - job: sync_from_downstream

+   trigger: commit

+ - job: copr_build

+   trigger: pull_request

+   metadata:

+     targets:

+     - fedora-29-x86_64

+     - fedora-rawhide-x86_64

+     - fedora-30-x86_64

file modified
+33 -1
@@ -2,7 +2,7 @@ 

  %global real_name packit

  

  Name:           %{real_name}

- Version:        0.2.0

+ Version:        0.4.1

  Release:        1%{?dist}

  Summary:        A tool for integrating upstream projects with Fedora operating system

  
@@ -11,6 +11,16 @@ 

  Source0:        https://files.pythonhosted.org/packages/source/p/%{pypi_name}/%{pypi_name}-%{version}.tar.gz

  BuildArch:      noarch

  BuildRequires:  python3-devel

+ BuildRequires:  python3-click-man

+ BuildRequires:  python3-GitPython

+ BuildRequires:  python3-gnupg

+ BuildRequires:  python3-fedmsg

+ BuildRequires:  python3-jsonschema

+ BuildRequires:  python3-ogr

+ BuildRequires:  python3-packaging

+ BuildRequires:  python3-pyyaml

+ BuildRequires:  python3-tabulate

+ BuildRequires:  rebase-helper

  BuildRequires:  python3dist(setuptools)

  BuildRequires:  python3dist(setuptools-scm)

  BuildRequires:  python3dist(setuptools-scm-git-archive)
@@ -46,10 +56,16 @@ 

  

  %install

  %py3_install

+ %if 0%{?fedora} >= 30

+ python3 setup.py --command-packages=click_man.commands man_pages --target %{buildroot}%{_mandir}/man1

+ %endif

  

  %files

  %license LICENSE

  %{_bindir}/packit

+ %if 0%{?fedora} >= 30

+ %{_mandir}/man1/packit*.1*

+ %endif

  

  %files -n python3-%{real_name}

  %license LICENSE
@@ -57,6 +73,22 @@ 

  %{python3_sitelib}/*

  

  %changelog

+ * Sat May 18 2019 Jiri Popelka <jpopelka@redhat.com> - 0.4.1-1

+ - Patch release

+ 

+ * Wed May 15 2019 Jiri Popelka <jpopelka@redhat.com> - 0.4.0-1

+ - New upstream release: 0.4.0

+ - Build man pages since F30

+ 

+ * Thu Apr 11 2019 Jiri Popelka <jpopelka@redhat.com> - 0.3.0-2

+ - click-man needs more BuildRequires

+ 

+ * Wed Apr 10 2019 Tomas Tomecek <ttomecek@redhat.com> - 0.3.0-1

+ - New upstream release: 0.3.0

+ 

+ * Fri Mar 29 2019 Jiri Popelka <jpopelka@redhat.com> - 0.2.0-2

+ - man pages

+ 

  * Tue Mar 19 2019 Tomas Tomecek <ttomecek@redhat.com> - 0.2.0-1

  - New upstream release 0.2.0

  

file modified
+1 -1
@@ -1,1 +1,1 @@ 

- SHA512 (packitos-0.2.0.tar.gz) = 8e834e12156f98aaccccb84a75a303dad78b9e6df4c44d6450e45792dc4dd91306619115967c1a14140335d442bb8145651c6500ed1c89d77b061751a8460de8

+ SHA512 (packitos-0.4.1.tar.gz) = 85b1341af9a307557e990db307b4147a0730cc35df037dfde41c22a59522fd1d5d68c77ce05fd7da66c7d4922726afbc7eaf56f055769c85e3d7357122f303cb

Upstream tag: 0.4.1
Upstream commit: 00b33da23ad56920db981b39b4ad12159655e1ae

Signed-off-by: Jiri Popelka jpopelka@redhat.com

Pull-Request has been merged by jpopelka

4 years ago