forked from pool/python-nox
- update to 2024.04.15:
* Added support for PEP 723 (inline script metadata) with
`nox.project.load_toml`
* Added support for `micromamba`
* Added `venv_backend` property to sessions
* Added the ability to use `None` to remove environment
variables
* Added support for skipping sessions by default using
`default=False`
* Use static arguments instead of `**kwargs`
* Do not depend on `pipx` in Nox GitHub action
* Disallow `UV_SYSTEM_PYTHON`
* Ensure 'uv' always works in a uv venv
* Fixed missing f-string in `--help` message
* Don't error if not installing to passthrough
* Avoid mixing `venv` and `conda` from environment
* Skip test for conda env when `conda` isn't installed
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-nox?expand=0&rev=18
This commit is contained in:
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:dee9e99746e433935d2fffab495f3bea88ac8d9da36d4f105b96f5444e3779a5
|
||||
size 3985377
|
||||
3
nox-2024.4.15.tar.gz
Normal file
3
nox-2024.4.15.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:2045cae9525cd25d62070213515a9aff830beba3d1934b0432cad10abcdf9f96
|
||||
size 4001096
|
||||
@@ -1,3 +1,24 @@
|
||||
-------------------------------------------------------------------
|
||||
Sat Apr 20 20:57:29 UTC 2024 - Dirk Müller <dmueller@suse.com>
|
||||
|
||||
- update to 2024.04.15:
|
||||
* Added support for PEP 723 (inline script metadata) with
|
||||
`nox.project.load_toml`
|
||||
* Added support for `micromamba`
|
||||
* Added `venv_backend` property to sessions
|
||||
* Added the ability to use `None` to remove environment
|
||||
variables
|
||||
* Added support for skipping sessions by default using
|
||||
`default=False`
|
||||
* Use static arguments instead of `**kwargs`
|
||||
* Do not depend on `pipx` in Nox GitHub action
|
||||
* Disallow `UV_SYSTEM_PYTHON`
|
||||
* Ensure 'uv' always works in a uv venv
|
||||
* Fixed missing f-string in `--help` message
|
||||
* Don't error if not installing to passthrough
|
||||
* Avoid mixing `venv` and `conda` from environment
|
||||
* Skip test for conda env when `conda` isn't installed
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Mar 15 21:08:41 UTC 2024 - Dirk Müller <dmueller@suse.com>
|
||||
|
||||
|
||||
@@ -16,17 +16,15 @@
|
||||
#
|
||||
|
||||
|
||||
%define skip_python2 1
|
||||
%define padded_version 2023.04.22
|
||||
%{?sle15_python_module_pythons}
|
||||
%global padded_version 2024.04.15
|
||||
Name: python-nox
|
||||
Version: 2024.3.2
|
||||
Version: 2024.4.15
|
||||
Release: 0
|
||||
Summary: Flexible test automation
|
||||
License: Apache-2.0
|
||||
URL: https://nox.thea.codes
|
||||
Source: https://github.com/wntrblm/nox/archive/refs/tags/%{padded_version}.tar.gz#/nox-%{version}.tar.gz
|
||||
# PATCH-FIX-UPSTREAM gh#wntrblm/nox#687
|
||||
Patch0: support-tox-4.patch
|
||||
BuildRequires: %{python_module base >= 3.5}
|
||||
BuildRequires: %{python_module hatchling}
|
||||
BuildRequires: %{python_module pip}
|
||||
|
||||
Reference in New Issue
Block a user