diff --git a/anyio-4.6.0.tar.gz b/anyio-4.6.0.tar.gz deleted file mode 100644 index 2173ea4..0000000 --- a/anyio-4.6.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:137b4559cbb034c477165047febb6ff83f390fc3b20bf181c1fc0a728cb8beeb -size 170983 diff --git a/anyio-4.6.2.post1.tar.gz b/anyio-4.6.2.post1.tar.gz new file mode 100644 index 0000000..da725c6 --- /dev/null +++ b/anyio-4.6.2.post1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4c8bc31ccdb51c7f7bd251f51c609e038d63e34219b44aa86e47576389880b4c +size 173422 diff --git a/python-anyio.changes b/python-anyio.changes index 5124399..d7fe844 100644 --- a/python-anyio.changes +++ b/python-anyio.changes @@ -1,3 +1,14 @@ +------------------------------------------------------------------- +Tue Oct 22 16:00:48 UTC 2024 - Dirk Müller + +- update to 4.6.2: + * Fixed regression caused by (\#807) that prevented the use + of parametrized async fixtures +- update to 4.6.1: + * Fixed TaskGroup and CancelScope producing cyclic references + in tracebacks when raising exceptions (\#806) (PR by + @graingert) + ------------------------------------------------------------------- Wed Oct 2 18:02:06 UTC 2024 - Antonio Larrosa diff --git a/python-anyio.spec b/python-anyio.spec index ec7c8ed..ba70ce0 100644 --- a/python-anyio.spec +++ b/python-anyio.spec @@ -18,7 +18,7 @@ %{?sle15_python_module_pythons} Name: python-anyio -Version: 4.6.0 +Version: 4.6.2.post1 Release: 0 Summary: High level compatibility layer for asynchronous event loop implementations License: MIT