#2 bump coverage, pytest and cryptography
Merged 2 years ago by nphilipp. Opened 2 years ago by scoady.
rpms/ scoady/python-fasjson-client update-dependencies  into  rawhide

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

  /fasjson-client-1.0.3.tar.gz

  /fasjson-client-1.0.4.tar.gz

  /fasjson-client-1.0.5.tar.gz

+ /fasjson-client-1.0.6.tar.gz

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

  %endif

  

  Name:           python-%{pypi_name}

- Version:        1.0.5

+ Version:        1.0.6

  Release:        %autorelease

  Summary:        An OpenAPI client for FASJSON

  
@@ -32,7 +32,7 @@ 

  # runtime

  BuildRequires:  (%{py3verdist bravado} >= 10.6 with %{py3verdist bravado} < 12)

  BuildRequires:  (%{py3verdist click} >= 6.7 with %{py3verdist click} < 9)

- BuildRequires:  (%{py3verdist cryptography} >= 2.3 with %{py3verdist cryptography} < 37)

+ BuildRequires:  (%{py3verdist cryptography} >= 2.3)

  BuildRequires:  (%{py3verdist gssapi} >= 1.5.1 with %{py3verdist gssapi} < 2)

  BuildRequires:  (%{py3verdist requests} >= 2.20.0 with %{py3verdist requests} < 3)

  BuildRequires:  (%{py3verdist requests-gssapi} >= 1.2.1 with %{py3verdist requests-gssapi} < 2)
@@ -44,8 +44,8 @@ 

  %endif

  # unit tests

  %if %{with tests}

- BuildRequires:  (%{py3verdist coverage} >= 5.0.3 with %{py3verdist coverage} < 6)

- BuildRequires:  (%{py3verdist pytest} >= 4.6.11 with %{py3verdist pytest} < 7)

+ BuildRequires:  (%{py3verdist coverage} >= 5.0.3 with %{py3verdist coverage} < 7)

+ BuildRequires:  (%{py3verdist pytest} >= 4.6.11 with %{py3verdist pytest} < 8)

  BuildRequires:  (%{py3verdist pytest-cov} >= 2.8.1 with %{py3verdist pytest-cov} < 4)

  BuildRequires:  (%{py3verdist pytest-mock} >= 1.10.4 with %{py3verdist pytest-mock} < 4)

  BuildRequires:  (%{py3verdist requests-mock} >= 1.7 with %{py3verdist requests-mock} < 2)

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

- SHA512 (fasjson-client-1.0.5.tar.gz) = 2f833bfbabb3e0d833307856a6e331efcfd5fac48afdecb5bd0c7b22188e06255dd3160d699c11ccc1e57a58ff9c3f4702cfac3f0e2242d1d4374af1b2fca706

+ SHA512 (fasjson-client-1.0.6.tar.gz) = 12882146f900048745069814cf8b8c6901726095a0c38c3a625b1db244fd9d2156a06403b8beea4d9d7add862337bc68e2993315d28bf526f71412b7a7823b03

these 3 module versions are no longer available from f36 onwards so we need to bump the spec file.

once this is merged packit will hopefully be taking over and using this spec file upstream so it will build for us.

Signed-off-by: Stephen Coady scoady@redhat.com

@nphilipp mind taking a look at this for me? Thanks!

looks like this error was fixed upstream but never released. doing a release now, I'll update this PR then.

1 new commit added

  • new source, bump spec file version
2 years ago

2 new commits added

  • new source, bump spec file version
  • bump coverage, pytest and cryptography
2 years ago

1 new commit added

  • new sources, dropped upper limit on cryptography version
2 years ago

rebased onto a6deab3

2 years ago

Metadata Update from @nphilipp:
- Request assigned

2 years ago

Looks good to me, thanks!

Pull-Request has been merged by nphilipp

2 years ago