forked from pool/python-watchfiles
Accepting request 1145399 from home:bnavigator:branches:devel:languages:python
- Pin to anyio < 4: gh#samuelcolvin/watchfiles#254 - Refresh cargo vendoring OBS-URL: https://build.opensuse.org/request/show/1145399 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-watchfiles?expand=0&rev=7
This commit is contained in:
@@ -1,3 +1,9 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Feb 9 11:08:59 UTC 2024 - Ben Greiner <code@bnavigator.de>
|
||||||
|
|
||||||
|
- Pin to anyio < 4: gh#samuelcolvin/watchfiles#254
|
||||||
|
- Refresh cargo vendoring
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sun Nov 19 15:46:50 UTC 2023 - Benoît Monin <benoit.monin@gmx.fr>
|
Sun Nov 19 15:46:50 UTC 2023 - Benoît Monin <benoit.monin@gmx.fr>
|
||||||
|
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package python-watchfiles
|
# spec file for package python-watchfiles
|
||||||
#
|
#
|
||||||
# Copyright (c) 2023 SUSE LLC
|
# Copyright (c) 2024 SUSE LLC
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@@ -24,7 +24,8 @@ License: MIT
|
|||||||
URL: https://github.com/samuelcolvin/watchfiles
|
URL: https://github.com/samuelcolvin/watchfiles
|
||||||
Source0: https://github.com/samuelcolvin/watchfiles/archive/refs/tags/v%{version}.tar.gz#/watchfiles-%{version}-gh.tar.gz
|
Source0: https://github.com/samuelcolvin/watchfiles/archive/refs/tags/v%{version}.tar.gz#/watchfiles-%{version}-gh.tar.gz
|
||||||
Source1: vendor.tar.xz
|
Source1: vendor.tar.xz
|
||||||
BuildRequires: %{python_module anyio >= 3.0.0}
|
# gh#samuelcolvin/watchfiles#254
|
||||||
|
BuildRequires: %{python_module anyio >= 3.0.0 with %python-anyio < 4}
|
||||||
BuildRequires: %{python_module base >= 3.8}
|
BuildRequires: %{python_module base >= 3.8}
|
||||||
BuildRequires: %{python_module maturin >= 0.14.16}
|
BuildRequires: %{python_module maturin >= 0.14.16}
|
||||||
BuildRequires: %{python_module pip}
|
BuildRequires: %{python_module pip}
|
||||||
@@ -32,9 +33,9 @@ BuildRequires: cargo-packaging
|
|||||||
BuildRequires: dos2unix
|
BuildRequires: dos2unix
|
||||||
BuildRequires: fdupes
|
BuildRequires: fdupes
|
||||||
BuildRequires: python-rpm-macros
|
BuildRequires: python-rpm-macros
|
||||||
Requires: python-anyio >= 3.0.0
|
Requires: (python-anyio >= 3.0.0 with python-anyio < 4)
|
||||||
Requires(post): update-alternatives
|
Requires(post): update-alternatives
|
||||||
Requires(postun):update-alternatives
|
Requires(postun): update-alternatives
|
||||||
# SECTION test
|
# SECTION test
|
||||||
BuildRequires: %{python_module dirty-equals}
|
BuildRequires: %{python_module dirty-equals}
|
||||||
BuildRequires: %{python_module pytest-mock}
|
BuildRequires: %{python_module pytest-mock}
|
||||||
|
|||||||
@@ -1,3 +1,3 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
version https://git-lfs.github.com/spec/v1
|
||||||
oid sha256:833a37cad032c0b9aa1d5b4f0ece165bb1a24d7b37dfa8e829f0cdb6baf9a3ee
|
oid sha256:477d3df76735fba0def6fd61a738169b4652ac271fb835f7e6854d2b14fd0c9f
|
||||||
size 14749508
|
size 18293524
|
||||||
|
|||||||
Reference in New Issue
Block a user