<feed xmlns='http://www.w3.org/2005/Atom'>
<title>packages/lang/python/pyodbc/Makefile, 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-10-31T04:31:26Z</updated>
<entry>
<title>pyodbc: Update to 5.0.1, rename source package</title>
<updated>2023-10-31T04:31:26Z</updated>
<author>
<name>Jeffery To</name>
</author>
<published>2023-10-30T12:02:46Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=d6d9763e31e0e81f8f1fe9fb63c1f9267391bfb0'/>
<id>urn:sha1:d6d9763e31e0e81f8f1fe9fb63c1f9267391bfb0</id>
<content type='text'>
This renames the source package to python-pyodbc to match other Python
packages.

This also updates the unixodbc dependency to libodbc, updates the
package title and description, and adds a test.sh script for the
packages feed CI.

Signed-off-by: Jeffery To &lt;jeffery.to@gmail.com&gt;
</content>
</entry>
<entry>
<title>pyodbc: Fix segmentation fault</title>
<updated>2023-10-31T04:31:26Z</updated>
<author>
<name>Jeffery To</name>
</author>
<published>2023-10-30T11:32:26Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=668a0f9dd8baa2fb6275ff0e022b6f1bf390b7c2'/>
<id>urn:sha1:668a0f9dd8baa2fb6275ff0e022b6f1bf390b7c2</id>
<content type='text'>
4.0.36 included a change to decimal parsing[1] that requires the decimal
module. Trying to load the pyodbc module without python3-decimal
installed would lead to a segmentation fault.

This adds python3-decimal as a dependency.

This also adds python3-uuid as a dependency as the module can accept and
return uuid objects[2].

[1]: https://github.com/mkleehammer/pyodbc/commit/6b107a2bcaf7379e5ba182007b6ecae1bc2fc931
[2]: https://github.com/mkleehammer/pyodbc/commit/2ad7a9ced7c9c33232c173668c0830a484cc92f3

Fixes: f02f3ee8c768 ("pyodbc: Update to 4.0.39")

Signed-off-by: Jeffery To &lt;jeffery.to@gmail.com&gt;
</content>
</entry>
<entry>
<title>python-packages: Take over maintainership from Daniel Golle</title>
<updated>2023-06-27T05:15:47Z</updated>
<author>
<name>Jeffery To</name>
</author>
<published>2023-06-26T06:28:51Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=b5dbf77501b4b4921ebd4d6abc6389875b64d3fa'/>
<id>urn:sha1:b5dbf77501b4b4921ebd4d6abc6389875b64d3fa</id>
<content type='text'>
This was requested in
https://github.com/openwrt/packages/pull/21227#issuecomment-1567676980.

Signed-off-by: Jeffery To &lt;jeffery.to@gmail.com&gt;
</content>
</entry>
<entry>
<title>pyodbc: Update to 4.0.39</title>
<updated>2023-05-28T06:31:24Z</updated>
<author>
<name>Tianling Shen</name>
</author>
<published>2023-05-27T06:29:12Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=f02f3ee8c768085eaf6225f6b25121e7efe07fde'/>
<id>urn:sha1:f02f3ee8c768085eaf6225f6b25121e7efe07fde</id>
<content type='text'>
* Fixed build with Python 3.11
* Removed unnecessary build depends

Signed-off-by: Tianling Shen &lt;cnsztl@immortalwrt.org&gt;
</content>
</entry>
<entry>
<title>pyodbc: update to version 4.0.32</title>
<updated>2021-10-09T16:02:43Z</updated>
<author>
<name>Daniel Golle</name>
</author>
<published>2021-10-09T03:07:56Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=264f7b2f5fff40d0d47b103703c17b1f6daef511'/>
<id>urn:sha1:264f7b2f5fff40d0d47b103703c17b1f6daef511</id>
<content type='text'>
Signed-off-by: Daniel Golle &lt;daniel@makrotopia.org&gt;
</content>
</entry>
<entry>
<title>pyodbc: update hash</title>
<updated>2021-08-01T16:58:59Z</updated>
<author>
<name>Tianling Shen</name>
</author>
<published>2021-08-01T16:07:54Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=b783386890ac6d861adc181306c19a9ff2104632'/>
<id>urn:sha1:b783386890ac6d861adc181306c19a9ff2104632</id>
<content type='text'>
This package was updated without a hash change.

Fixes: c1575225807cab ("pyodbc: update to version 4.0.31")

Signed-off-by: Tianling Shen &lt;cnsztl@immortalwrt.org&gt;
</content>
</entry>
<entry>
<title>pyodbc: update to version 4.0.31</title>
<updated>2021-08-01T03:15:17Z</updated>
<author>
<name>Daniel Golle</name>
</author>
<published>2021-08-01T03:11:57Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=c1575225807cab0e1628793ccf3b04bab3c97174'/>
<id>urn:sha1:c1575225807cab0e1628793ccf3b04bab3c97174</id>
<content type='text'>
Signed-off-by: Daniel Golle &lt;daniel@makrotopia.org&gt;
</content>
</entry>
<entry>
<title>treewide: remove uClibc++ support</title>
<updated>2021-03-05T23:07:46Z</updated>
<author>
<name>Rosen Penev</name>
</author>
<published>2021-02-23T04:58:58Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=39bc254663c6a5d54ff959366aba28f6ab9d7c4c'/>
<id>urn:sha1:39bc254663c6a5d54ff959366aba28f6ab9d7c4c</id>
<content type='text'>
Signed-off-by: Rosen Penev &lt;rosenp@gmail.com&gt;
</content>
</entry>
<entry>
<title>pyodbc: update to version 4.0.30</title>
<updated>2020-06-15T00:40:31Z</updated>
<author>
<name>Daniel Golle</name>
</author>
<published>2020-06-14T22:25:22Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=c66a7c3477d42724973ad5120abaa77c2ed3d063'/>
<id>urn:sha1:c66a7c3477d42724973ad5120abaa77c2ed3d063</id>
<content type='text'>
Signed-off-by: Daniel Golle &lt;daniel@makrotopia.org&gt;
</content>
</entry>
<entry>
<title>python-packages: Clean up Makefiles</title>
<updated>2020-04-22T08:36:55Z</updated>
<author>
<name>Jeffery To</name>
</author>
<published>2020-04-21T17:27:50Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=2210c4a60dd8fb6420f7bd3c6fe00ed0ae4c51be'/>
<id>urn:sha1:2210c4a60dd8fb6420f7bd3c6fe00ed0ae4c51be</id>
<content type='text'>
This removes:

* Python 3 variants (VARIANT:=python3)

* "for Python3" from package titles

* Package selection condition from package dependencies, e.g.
  +PACKAGE_python3-six:python3-light replaced with +python3-light

* "Default" package information sections, e.g.
  Package/python-six/Default removed and package details merged into
  Package/python3-six

* "(Variant for Python3)" from package descriptions

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