#97 Update to upstream release 0.7.1
Merged 3 years ago by jpopelka. Opened 3 years ago by csomh.
rpms/ csomh/python-requre 0.7.1-f32-update  into  f32

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

  /requre-0.6.0.tar.gz

  /requre-0.6.1.tar.gz

  /requre-0.7.0.tar.gz

+ /requre-0.7.1.tar.gz

file modified
+6 -2
@@ -1,13 +1,14 @@ 

  ---

  specfile_path: fedora/python-requre.spec

- synced_files:

-   - fedora/changelog

  # https://packit.dev/docs/configuration/#top-level-keys

  downstream_package_name: python-requre

  upstream_project_url: https://github.com/packit/requre

  # we are setting this so we can use packit from requre's dist-git

  # packit can't know what's the upstream name when running from distgit

  upstream_package_name: requre

+ # Use release description from GitHub when updating the

+ # changelog in Fedora.

+ copy_upstream_release_description: true

  actions:

    # we need this b/c `git archive` doesn't put all the metadata in the tarball:

    #   LookupError: setuptools-scm was unable to detect version for '/builddir/build/BUILD/requre-0.11.1'.
@@ -28,12 +29,14 @@ 

      metadata:

        targets:

          - fedora-all

+         - epel-8

    - job: copr_build

      trigger: commit

      metadata:

        branch: main

        targets:

          - fedora-all

+         - epel-8

        list_on_homepage: True

        preserve_project: True

    - job: copr_build
@@ -41,5 +44,6 @@ 

      metadata:

        targets:

          - fedora-all

+         - epel-8

        list_on_homepage: True

        preserve_project: True

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

  This repository is maintained by packit.

  https://packit.dev/

- The file was generated using packit 0.26.1.dev10+gb769a85.

+ The file was generated using packit 0.28.0.

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

  %global srcname requre

  

  Name:           python-%{srcname}

- Version:        0.7.0

+ Version:        0.7.1

  Release:        1%{?dist}

  Summary:        Python library what allows re/store output of various objects for testing

  
@@ -57,6 +57,9 @@ 

  %{python3_sitelib}/%{srcname}-%{version}-py%{python3_version}.egg-info

  

  %changelog

+ * Fri Apr 30 2021 Hunor Csomortáni <csomh@redhat.com> - 0.7.1-1

+ - Fix a performance issue when detecting cassettes following the old naming format.

+ 

  * Fri Mar 12 2021 Packit Service <user-cont-team+packit-service@redhat.com> - 0.7.0-1

  - New version of requre 0.7.0 (Jan Ščotka)

  - Workflow for uploading release to PyPI (Jiri Popelka)

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

- SHA512 (requre-0.7.0.tar.gz) = 618aed532104207c50fdf13a7b566e10bdc2983810d47422039ed31427202043b2b47ff716891255df6f98a38588a7cfe42cfa2a04fae89b144803838b2bf9c8

+ SHA512 (requre-0.7.1.tar.gz) = d3ed307d8c442f6bd734bf1548084faa26b5779b28d0151844b069b28a4f4a3b6241aba5d8428f2d7cd2612b8a4d0a655ba59ef9c90725bd17ea14f9dea27277

Upstream tag: 0.7.1
Upstream commit: 4488fbab

Build failed. More information on how to proceed and troubleshoot errors available at https://fedoraproject.org/wiki/Zuul-based-ci

Pull-Request has been merged by jpopelka

3 years ago