#3 Update to 2.1.1
Merged 3 years ago by churchyard. Opened 3 years ago by thrnciar.
rpms/ thrnciar/python-elementpath update-to-2.1.1  into  master

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

  %global pypi_name elementpath

  Name:           python-%{pypi_name}

- Version:        1.4.0

- Release:        5%{?dist}

+ Version:        2.1.1

+ Release:        1%{?dist}

  Summary:        XPath 1.0/2.0 parsers and selectors for ElementTree and lxml

  

  License:        MIT
@@ -12,7 +12,7 @@ 

  BuildRequires:  pyproject-rpm-macros

  

  # Circular test dependency on xmlschema and self

- %bcond_without tests

+ %bcond_with tests

  %if %{with tests}

  BuildRequires:  glibc-langpack-en

  %endif
@@ -68,6 +68,9 @@ 

  

  

  %changelog

+ * Thu Jan 14 08:35:26 CET 2021 Tomas Hrnciar <thrnciar@redhat.com> - 2.1.1-1

+ - Update to 2.1.1

+ 

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

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

  

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

- SHA512 (elementpath-1.4.0.tar.gz) = 36e321cae34f75fadbc7a40e8c00bfa68cd5247e969345f65e989511310c19e3a7d0e2ee4553d7ce0538859d4b908afd14dc8503761cf5f75da7c6902b91fe10

+ SHA512 (elementpath-2.1.1.tar.gz) = 77414f37aecbe44d44cb51fdfcdad630d35fe00d6ff14dcc819851b5d844ba7f266026f6763aa70265c11cca922fb78f565d0fb33f41749594a9f256fa44ac1a

There is a circular test dependency on xmlschema, I will update it as well. Without tests builds ok.

rebased onto e619919

3 years ago

Amended with flipped bcond.

Pull-Request has been merged by churchyard

3 years ago