#11 Update to 3.8.0 (rhbz#2271393)
Merged 2 months ago by lbalhar. Opened 2 months ago by lbalhar.
rpms/ lbalhar/python-jira rawhide  into  rawhide

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

  /jira-3.5.1.tar.gz

  /jira-3.5.2.tar.gz

  /jira-3.6.0.tar.gz

+ /jira-3.8.0.tar.gz

file modified
+4 -2
@@ -1,5 +1,5 @@ 

  Name:               python-jira

- Version:            3.6.0

+ Version:            3.8.0

  Release:            %autorelease

  Summary:            Python library for interacting with JIRA via REST APIs

  
@@ -69,7 +69,9 @@ 

              not test_templates and \

              not test_token_auth and \

              not test_cookie_auth and \

-             not test_cookie_auth_retry"

+             not test_cookie_auth_retry and \

+             not test_createmeta_issuetypes_pagination and \

+             not test_createmeta_fieldtypes_pagination"

  

  %files -n python3-jira -f python3-jira.files

  %doc README.rst

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

- SHA512 (jira-3.6.0.tar.gz) = ce5e7ba31c4c0560bbc59d347029e55608ac23cf5ec950e27a42429391c877d5d3c5f1649f56ac0725194b3f6461d0b06340ab6f34659e0f0cb9d7d1adc88a3d

+ SHA512 (jira-3.8.0.tar.gz) = 89f8f72dc4790aad4a7b7eaa01b62c3540bd9d0cbdfa4a8c2fb1eade9ec2c38fddc181e9bb9611704dfeb5523b80347686fcf999fa12f8772cf698be5d2ee7d7

This is a leaf package so there is no impact check to be done.

Pull-Request has been merged by lbalhar

2 months ago