<feed xmlns='http://www.w3.org/2005/Atom'>
<title>packages/lang/python/host-pip-requirements/Cython.txt, branch master</title>
<subtitle>Mirror of packages feed</subtitle>
<id>https://git.openwrt.org/feed/packages/atom?h=master</id>
<link rel='self' href='https://git.openwrt.org/feed/packages/atom?h=master'/>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/'/>
<updated>2023-03-31T05:06:33Z</updated>
<entry>
<title>python-cython: Add new host-only package</title>
<updated>2023-03-31T05:06:33Z</updated>
<author>
<name>Jeffery To</name>
</author>
<published>2023-02-25T11:49:25Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=dcf551fbcf49146186302f7267fecfacebeede53'/>
<id>urn:sha1:dcf551fbcf49146186302f7267fecfacebeede53</id>
<content type='text'>
The host build replaces the use of the host pip requirements file. This
also updates the dependants of Cython to depend on the host build.

Signed-off-by: Jeffery To &lt;jeffery.to@gmail.com&gt;
</content>
</entry>
<entry>
<title>numpy: bump to version 1.23.3</title>
<updated>2022-10-07T18:19:36Z</updated>
<author>
<name>Alexandru Ardelean</name>
</author>
<published>2022-02-01T07:08:01Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=5b9a66cd7c437ab9d0c1e2b466739ec060f6e9d6'/>
<id>urn:sha1:5b9a66cd7c437ab9d0c1e2b466739ec060f6e9d6</id>
<content type='text'>
Also bump Cython version to 0.29.32

And yeeeey: zip -&gt; tar.gz

And they fixed the Intel AVX extension stuff/detection.
Which is why I deferred updating it until now.

Signed-off-by: Alexandru Ardelean &lt;ardeleanalex@gmail.com&gt;
</content>
</entry>
<entry>
<title>host-pip-requirements: update Cython to version 0.29.28</title>
<updated>2022-08-17T14:07:16Z</updated>
<author>
<name>Josef Schlehofer</name>
</author>
<published>2022-08-17T14:07:16Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=e78352c04398993bd832aef5d6e7811a1fb7e43d'/>
<id>urn:sha1:e78352c04398993bd832aef5d6e7811a1fb7e43d</id>
<content type='text'>
Signed-off-by: Josef Schlehofer &lt;pepe.schlehofer@gmail.com&gt;
</content>
</entry>
<entry>
<title>numpy: bump to version 1.21.5</title>
<updated>2021-12-27T10:17:58Z</updated>
<author>
<name>Alexandru Ardelean</name>
</author>
<published>2021-12-27T10:17:58Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=9a231e43014c8462d7e999c9db9dcc2ae42a3bc2'/>
<id>urn:sha1:9a231e43014c8462d7e999c9db9dcc2ae42a3bc2</id>
<content type='text'>
Signed-off-by: Alexandru Ardelean &lt;ardeleanalex@gmail.com&gt;
</content>
</entry>
<entry>
<title>numpy: bump to version 1.21.2</title>
<updated>2021-08-25T07:06:11Z</updated>
<author>
<name>Alexandru Ardelean</name>
</author>
<published>2021-08-25T07:05:48Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=96cac0a7a83041c4db2694e70894e09426f441d0'/>
<id>urn:sha1:96cac0a7a83041c4db2694e70894e09426f441d0</id>
<content type='text'>
Switch to AUTORELEASE for PKG_RELEASE.
And update Cython as well.

Signed-off-by: Alexandru Ardelean &lt;ardeleanalex@gmail.com&gt;
</content>
</entry>
<entry>
<title>numpy: bump to version 1.21.1</title>
<updated>2021-07-26T09:05:57Z</updated>
<author>
<name>Alexandru Ardelean</name>
</author>
<published>2021-05-17T10:57:38Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=cb2300d3540378d40f97b35eb2bfba248e1d7a8e'/>
<id>urn:sha1:cb2300d3540378d40f97b35eb2bfba248e1d7a8e</id>
<content type='text'>
Also bump Cython version to 0.29.23.
And add support for OpenBLAS.
Currently optional, but will be enabled by default on some architectures
later.

Depends on PR https://github.com/openwrt/packages/pull/15685

Signed-off-by: Alexandru Ardelean &lt;ardeleanalex@gmail.com&gt;
</content>
</entry>
<entry>
<title>python3: Use hash-checking mode when installing host pip packages</title>
<updated>2020-08-17T15:05:49Z</updated>
<author>
<name>Jeffery To</name>
</author>
<published>2020-08-15T06:33:30Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=722a5b8efa19fd54728af462441dce08cd7e545b'/>
<id>urn:sha1:722a5b8efa19fd54728af462441dce08cd7e545b</id>
<content type='text'>
In hash-checking mode[1], pip will verify downloaded package archives
(source tarballs in our case) against known SHA256 hashes before
installing the packages.

As a consequence, this requires the use of requirements files[2] and
pinning packages to known versions.

The syntax for package Makefiles has changed slightly;
HOST_PYTHON3_PACKAGE_BUILD_DEPENDS no longer accepts requirement
specifiers like "foo&gt;=1.0", only requirements file names (which are the
same as package names in the most common case).

This also updates affected packages, in particular:

* python-zipp: "setuptools_scm[toml]" has been split into
  "setuptools-scm toml" to reuse the requirements file for
  setuptools-scm (the extra depends installed by "setuptools_scm[toml]"
  is toml).

* python-pycparser: This previously used ply 3.10, whereas the
  requirements file will now install 3.11.

[1]: https://pip.pypa.io/en/stable/reference/pip_install/#hash-checking-mode
[2]: https://pip.pypa.io/en/stable/user_guide/#requirements-files

Signed-off-by: Jeffery To &lt;jeffery.to@gmail.com&gt;
</content>
</entry>
</feed>
