#113 Update to 4.2.8
Merged a year ago by churchyard. Opened a year ago by churchyard.
rpms/ churchyard/python-tox 4.2.7  into  rawhide

file modified
+6 -6
@@ -1,4 +1,4 @@ 

- From 56aa64d876a298c68057d15b0c89866aebfc0d4c Mon Sep 17 00:00:00 2001

+ From 996ad0a53dac123ac0d16f71147f80ac47cc86fe Mon Sep 17 00:00:00 2001

  From: Lumir Balhar <lbalhar@redhat.com>

  Date: Tue, 10 Jan 2023 08:34:25 +0100

  Subject: [PATCH] fix tests
@@ -10,10 +10,10 @@ 

   3 files changed, 3 insertions(+), 70 deletions(-)

  

  diff --git a/pyproject.toml b/pyproject.toml

- index e4735d3..0eeab4f 100644

+ index e8be85a..ba07bde 100644

  --- a/pyproject.toml

  +++ b/pyproject.toml

- @@ -46,8 +46,6 @@ optional-dependencies.docs = [

+ @@ -47,8 +47,6 @@ optional-dependencies.docs = [

   ]

   optional-dependencies.testing = [

     "build[virtualenv]>=0.9",
@@ -22,15 +22,15 @@ 

     "diff-cover>=7.3",

     "distlib>=0.3.6",

     "flaky>=3.7",

- @@ -55,7 +53,6 @@ optional-dependencies.testing = [

-    "hatchling>=1.12",

+ @@ -56,7 +54,6 @@ optional-dependencies.testing = [

+    "hatchling>=1.12.2",

     "psutil>=5.9.4",

     "pytest>=7.2",

  -  "pytest-cov>=4",

     "pytest-mock>=3.10",

     "pytest-xdist>=3.1",

     "re-assert>=1.1",

- @@ -106,7 +103,6 @@ paths.source = [

+ @@ -108,7 +105,6 @@ paths.source = [

   report.fail_under = 88

   report.omit = ["src/tox/config/cli/for_docs.py", "tests/execute/local_subprocess/bad_process.py", "tests/type_check/*"]

   run.parallel = true

file modified
+8 -5
@@ -16,10 +16,10 @@ 

  # Unset -s on python shebang - ensure that extensions installed with pip

  # to user locations are seen and properly loaded

  # Fixes https://bugzilla.redhat.com/2057015

- %global py3_shebang_flags %(echo %py3_shebang_flags | sed s/s//)

+ %undefine _py3_shebang_s

  

  Name:           python-tox

- Version:        4.2.6

+ Version:        4.2.8

  Release:        1%{?dist}

  Summary:        Virtualenv-based automation of test activities

  
@@ -46,9 +46,6 @@ 

  BuildRequires:  libffi-devel

  # xdist is not used upstream, but we use it to speed up the %%check

  BuildRequires:  python3-pytest-xdist

- # wheel should be included upstream

- # https://github.com/tox-dev/tox/pull/2843

- BuildRequires:  python3-wheel

  %if %{with ci_tests}

  # The CI tests only work if the tested tox is installed :(

  BuildRequires:  tox = %{version}-%{release}
@@ -160,6 +157,12 @@ 

  

  

  %changelog

+ * Thu Jan 12 2023 Miro Hrončok <mhroncok@redhat.com> - 4.2.8-1

+ - Update to 4.2.8 (rhbz#2160315)

+ 

+ * Wed Jan 11 2023 Miro Hrončok <mhroncok@redhat.com> - 4.2.7-1

+ - Update to 4.2.7 (rhbz#2160186)

+ 

  * Tue Jan 3 2023 Lumír Balhar <lbalhar@redhat.com> - 4.2.6-1

  - Update to 4.2.6 (rhbz#1914413)

  

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

- SHA512 (tox-4.2.6.tar.gz) = 23cd73e079c15083f3505d0a23dfd58a581c416292c335fb774d6317bd93baa0b81551e1fa233495910dcc478a19e08047fdbea598ee579b5cf33555c7bf04be

+ SHA512 (tox-4.2.8.tar.gz) = c2ba36cfc6c4f97edcde97742d042ad1cc450a91818339e92ef6b422ecbd98747ce6cf9de58ba7d319167107e4fbf3977bbdfefd0628aa19778be65e22c55ee6

file modified
+1 -1
@@ -26,7 +26,7 @@ 

      tests:

      - mock_with_tests:

          dir: .

-         run: pyproject-rpm-macros/tests/mocktest.sh python-tox --enable-network --with tests

+         run: pyproject-rpm-macros/tests/mocktest.sh python-tox --enable-network --with ci_tests

      - all_supplementing_pythons:

          dir: tests

          run: ./all_supplementing_pythons.py

no initial comment

2 new commits added

  • Use the documented way to unset -s from Python shebangs
  • CI: Actually run the build --with ci_tests
a year ago

rebased onto 157d42c

a year ago

Build succeeded.

1 new commit added

  • Update to 4.2.8
a year ago

Build succeeded.

Pull-Request has been merged by churchyard

a year ago