Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 0 additions & 12 deletions .azure-pipelines/azure-pipelines-linux.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 1 addition & 7 deletions .azure-pipelines/azure-pipelines-osx.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

27 changes: 0 additions & 27 deletions .ci_support/linux_64_python3.8.____cpython.yaml

This file was deleted.

31 changes: 0 additions & 31 deletions .ci_support/linux_aarch64_python3.8.____cpython.yaml

This file was deleted.

27 changes: 0 additions & 27 deletions .ci_support/linux_ppc64le_python3.8.____cpython.yaml

This file was deleted.

26 changes: 0 additions & 26 deletions .ci_support/osx_64_python3.8.____cpython.yaml

This file was deleted.

26 changes: 0 additions & 26 deletions .ci_support/osx_arm64_python3.8.____cpython.yaml

This file was deleted.

2 changes: 2 additions & 0 deletions .scripts/build_steps.sh

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

35 changes: 0 additions & 35 deletions README.md

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

31 changes: 28 additions & 3 deletions azure-pipelines.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 4 additions & 1 deletion build-locally.py

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

33 changes: 0 additions & 33 deletions recipe/0001-Prefer-SO_REUSEPORT-over-uv.SO_REUSEPORT.patch

This file was deleted.

6 changes: 2 additions & 4 deletions recipe/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,15 +1,13 @@
{% set name = "uvloop" %}
{% set version = "0.20.0" %}
{% set version = "0.21.0" %}

package:
name: {{ name|lower }}
version: {{ version }}

source:
url: https://pypi.io/packages/source/{{ name[0] }}/{{ name }}/{{ name }}-{{ version }}.tar.gz
sha256: 4603ca714a754fc8d9b197e325db25b2ea045385e8a3ad05d3463de725fdf469
patches:
- 0001-Prefer-SO_REUSEPORT-over-uv.SO_REUSEPORT.patch
sha256: 3bf12b0fda68447806a7ad847bfa591613177275d35b6724b1ee573faa3704e3

build:
number: 0
Expand Down
Loading