#6 Update to 0.2.2 (#1896208) and Add Python 3.10 to CI
Merged 3 years ago by lbalhar. Opened 3 years ago by lbalhar.
rpms/ lbalhar/marshalparser f33  into  f33

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

  /marshalparser-0.1.1.tar.gz

  /marshalparser-0.2.0.tar.gz

  /marshalparser-0.2.1.tar.gz

+ /marshalparser-0.2.2.tar.gz

+ /marshalparser-0.2.3.tar.gz

file modified
+8 -1
@@ -1,5 +1,5 @@ 

  Name:           marshalparser

- Version:        0.2.1

+ Version:        0.2.3

  Release:        1%{?dist}

  Summary:        Parser for Python internal Marshal format

  
@@ -16,6 +16,7 @@ 

  BuildRequires:  python3.7

  BuildRequires:  python3.8

  BuildRequires:  python3.9

+ BuildRequires:  python3.10

  

  %generate_buildrequires

  %pyproject_buildrequires -t
@@ -43,6 +44,12 @@ 

  %{_bindir}/%{name}

  

  %changelog

+ * Wed Nov 11 2020 Lumír Balhar <lbalhar@redhat.com> - 0.2.3-1

+ - Update to 0.2.3 (#1896208)

+ 

+ * Tue Nov 10 2020 Lumír Balhar <lbalhar@redhat.com> - 0.2.2-1

+ - Update to 0.2.2 (#1896208)

+ 

  * Wed Sep 16 2020 Lumír Balhar <lbalhar@redhat.com> - 0.2.1-1

  - Update to 0.2.1

  

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

- SHA512 (marshalparser-0.2.1.tar.gz) = 5f0f1a0f1bd776eafc938a5cf6920b2b9718551d78ace4d695033407b2abaf6bdd5e65b2efde8087ef8fcf468d8b977558d54fc182f5a57d98ad980dc491b1fe

+ SHA512 (marshalparser-0.2.3.tar.gz) = 33c37fd9a00a65405bb43c081114e0948fec81d8e337117056fb4cfe0ba8ce202df281e14b8960f59b0677918a77f642a61d88ffc1b360d66f32680271866f48

file modified
+4
@@ -28,9 +28,13 @@ 

      - marshalparser_compatibility39:

          dir: python/marshalparser

          run: VERSION=3.9 SAMPLE=200 test_marshalparser_compatibility.sh

+     - marshalparser_compatibility310:

+         dir: python/marshalparser

+         run: VERSION=3.10 SAMPLE=200 test_marshalparser_compatibility.sh

      required_packages:

      - python3.6

      - python3.7

      - python3.8

      - python3.9

+     - python3.10

      - marshalparser

no initial comment

Build succeeded.

1 new commit added

  • Update to 0.2.3 (#1896208)
3 years ago

Updated to 0.2.3 together with rawhide. Will merge and ship after CI.

But Fedora CI is green so I think we can proceed.

Build succeeded.

Pull-Request has been merged by lbalhar

3 years ago