#12 Update to upstream release 1.1.0
Closed 10 months ago by lslebodn. Opened 3 years ago by packit.
rpms/ packit/python-dockerfile-parse 1.1.0-master-update  into  rawhide

[packit] 1.1.0 upstream release
Packit Service • 3 years ago  
file modified
+1
@@ -6,3 +6,4 @@ 

  /dockerfile-parse-0.0.10.tar.gz

  /dockerfile-parse-0.0.11.tar.gz

  /dockerfile-parse-0.0.13.tar.gz

+ /1.1.0.tar.gz

file added
+20
@@ -0,0 +1,20 @@ 

+ # https://packit.dev/docs/configuration/

+ 

+ # name of downstream (Fedora) RPM package

+ downstream_package_name: python-dockerfile-parse

+ 

+ # for packit service (Github app)

+ jobs:

+ - job: sync_from_downstream

+   trigger: commit

+ - job: propose_downstream

+   trigger: release

+   metadata:

+     dist-git-branch: fedora-all

+ - job: copr_build

+   trigger: pull_request

+   metadata:

+     targets:

+     - fedora-all

+     - epel-7-x86_64

+     - epel-8-x86_64

file added
+3
@@ -0,0 +1,3 @@ 

+ This repository is maintained by packit.

+ https://packit.dev/

+ The file was generated using packit 0.19.0.

file modified
+13 -12
@@ -1,14 +1,10 @@ 

  %if 0%{?rhel} && 0%{?rhel} <= 7

  %bcond_with python3

- %if 0%{?rhel} <= 6

- %{!?python2_version: %global python2_version %(%{__python2} -c "import sys; sys.stdout.write(sys.version[:3])")}

- %{!?_licensedir:%global license %%doc}

- %endif

  %else

  %bcond_without python3

  %endif

  

- %if 0%{?fedora} && 0%{?fedora} >= 30

+ %if (0%{?fedora} && 0%{?fedora} >= 30) || (0%{?rhel} && 0%{?rhel} >= 8)

  %bcond_with python2

  %else

  %bcond_without python2
@@ -20,13 +16,13 @@ 

  %global modname %(n=%{srcname}; echo ${n//-/_})

  

  Name:           python-%{srcname}

- Version:        0.0.13

- Release:        7%{?dist}

+ Version:        1.1.0

+ Release:        1%{?dist}

  

  Summary:        Python library for Dockerfile manipulation

  License:        BSD

- URL:            https://github.com/DBuildService/dockerfile-parse

- Source0:        %{url}/archive/%{version}/%{srcname}-%{version}.tar.gz

+ URL:            https://github.com/containerbuildsystem/dockerfile-parse

+ Source0:        https://github.com/containerbuildsystem/dockerfile-parse/archive/%{version}.tar.gz

  

  BuildArch:      noarch

  
@@ -38,15 +34,17 @@ 

  Summary:        %{summary}

  %{?python_provide:%python_provide python2-%{srcname}}

  BuildRequires:  python2-devel

- BuildRequires:  python2-six

  %if 0%{?rhel} && 0%{?rhel} <= 7

+ BuildRequires:  python-six

  BuildRequires:  python-setuptools

  BuildRequires:  pytest

+ Requires:  python-six

  %else

+ BuildRequires:  python2-six

  BuildRequires:  python2-setuptools

  BuildRequires:  python2-pytest

- %endif

  Requires:  python2-six

+ %endif

  

  %description -n python2-%{srcname}

  %{summary}.
@@ -73,7 +71,7 @@ 

  %endif #python3 pkg

  

  %prep

- %setup -q -n %{srcname}-%{version}

+ %setup -q

  

  

  %build
@@ -120,6 +118,9 @@ 

  %endif

  

  %changelog

+ * Fri Nov 06 2020 Packit Service <user-cont-team+packit-service@redhat.com> - 1.1.0-1

+ - new upstream release: 1.1.0

+ 

  * Wed Jul 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0.0.13-7

  - Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild

  

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

- SHA512 (dockerfile-parse-0.0.13.tar.gz) = d3039e8f57829e8f3488b2f51bd3a21afd9684b5a6063ffce781226541c98a585bbaa6cb574ae9b9925b1fe332b47e26d27dfab0f6aa3472630a9bd183e8c31d

+ SHA512 (1.1.0.tar.gz) = b8236bf983373542072e0cf72e75fc3eb796671687ccdceebde626c25187577dd2c0066d0791dddcc8e65134d061926280b7896af0f7fd09b48fd1a209df0560

Upstream tag: 1.1.0
Upstream commit: 715556de

Pull-Request has been closed by lslebodn

10 months ago