#119 Update to 3.7.4
Merged 4 years ago by churchyard. Opened 4 years ago by churchyard.
rpms/ churchyard/python3 3.7.4  into  master

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

  #  WARNING  When rebasing to a new Python version,

  #           remember to update the python3-docs package as well

  %global general_version %{pybasever}.4

- %global prerel rc2

+ #global prerel ...

I didn't know "...". Is it an empty string? How does it work?

it isn't, this is a comment.

  %global upstream_version %{general_version}%{?prerel}

  Version: %{general_version}%{?prerel:~%{prerel}}

  Release: 1%{?dist}
@@ -1491,6 +1491,9 @@ 

  # ======================================================

  

  %changelog

+ * Tue Jul 09 2019 Miro Hrončok <mhroncok@redhat.com> - 3.7.4-1

+ - Update to 3.7.4

+ 

  * Tue Jul 02 2019 Miro Hrončok <mhroncok@redhat.com> - 3.7.4~rc2-1

  - Update to 3.7.4rc2

  

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

- SHA512 (Python-3.7.4rc2.tar.xz) = ba3d75624ca0b5fa1da3131cf423c0842b552b8b41efd18fef03a17055508cfcd5e73a7a27f90b470a82336b8e27129ee7fc3231597ac142bddef9f710fbe430

+ SHA512 (Python-3.7.4.tar.xz) = 71f64668c259f3ed07bd4aa239dbba6cc1b6b0a84d50bbff160664845d7986f757e4d65fca327e62a2d12ba593742ca83a22f7cb6093aff8715ec916c2ba9416

Metadata Update from @churchyard:
- Pull-request tagged with: merge - rebase - CI, update

4 years ago

I didn't know "...". Is it an empty string? How does it work?

it isn't, this is a comment.

LGTM if the CI tests pass ;-)

Oops, I didn't notice that %global is replaced with #global :-)

3 hours seem rather long for the [citest] job, so let's start over :(

Pull-Request has been merged by churchyard

4 years ago