1
0
forked from pool/python-pyodbc
Commit Graph

25 Commits

Author SHA256 Message Date
Dominique Leuenberger
262266c577 Accepting request 1063824 from devel:languages:python
- Update to version 4.0.35
  * This release provides Python 3.11 wheels, plus some other wheel fixes.
  * There is also an import memory fix when using fast_execute_many.
- Changes from version 4.0.34 
  * Mac wheels are finally here. Thanks to all that worked on the code for that. Please let us
    know if there are any problems with the wheels on PyPI
  * Python 3.10 wheels are also available
  * Fix for DSNs with non-ASCII characters.
  * Memory leak fix with Decimal parameters.
  * PostgreSQL dates of -Infinity/+Infinity changed to year 1 and 9999 instead of raising an error.
- Remove upstreamed patch:
  * fix_install_location_of_pyodbc.pyi.patch

OBS-URL: https://build.opensuse.org/request/show/1063824
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-pyodbc?expand=0&rev=10
2023-02-08 16:20:48 +00:00
796c3c3b7c Fix changelog
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pyodbc?expand=0&rev=24
2023-02-08 13:03:27 +00:00
b39286326a Accepting request 1063686 from home:Monex:various
Update to version 4.0.35: Fixes after declined request

I've tried to get rid of the rpmlint warnings but there are still some warnings appearing and I don't know how to solve them, maybe can you help?

OBS-URL: https://build.opensuse.org/request/show/1063686
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pyodbc?expand=0&rev=23
2023-02-07 21:12:21 +00:00
Dominique Leuenberger
759d1eaac9 Accepting request 865258 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/865258
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-pyodbc?expand=0&rev=9
2021-01-21 20:56:52 +00:00
2dd7fe4b0d Accepting request 865075 from home:Monex:Database
The build for openSUSE factory fails at the moment, because of different python3 flavors. The spec file was updated to handle the case of different flavors so that the build succeeds.

OBS-URL: https://build.opensuse.org/request/show/865075
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pyodbc?expand=0&rev=21
2021-01-21 08:34:30 +00:00
Dominique Leuenberger
1cadb4a963 Accepting request 786859 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/786859
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-pyodbc?expand=0&rev=8
2020-03-20 22:59:42 +00:00
Tomáš Chvátal
ac3a23d0b3 Accepting request 786858 from home:mcalabkova:branches:devel:languages:python
- Update to version 4.0.30
  * Very large integers and non-numeric floats as parameters

OBS-URL: https://build.opensuse.org/request/show/786858
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pyodbc?expand=0&rev=19
2020-03-20 12:17:20 +00:00
Dominique Leuenberger
a5e8afd6bc Accepting request 759290 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/759290
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-pyodbc?expand=0&rev=7
2019-12-27 12:49:21 +00:00
Tomáš Chvátal
9e0a82013e Accepting request 759209 from home:Monex:branches
Hello,
I've updated the package to 4.0.28.
Greetings,
  Dirk

OBS-URL: https://build.opensuse.org/request/show/759209
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pyodbc?expand=0&rev=17
2019-12-26 08:55:58 +00:00
Yuchen Lin
9756ab9513 Accepting request 731160 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/731160
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-pyodbc?expand=0&rev=6
2019-09-18 11:10:36 +00:00
Tomáš Chvátal
bded0ce313 Accepting request 730985 from home:jayvdb:py3only
- Use %python_expand in %check to allow building only a single flavour

OBS-URL: https://build.opensuse.org/request/show/730985
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pyodbc?expand=0&rev=15
2019-09-16 07:36:18 +00:00
Dominique Leuenberger
f87491995c Accepting request 722652 from devel:languages:python
- Update to version 4.0.27: 
  * Use int instead of bigint when possible (based on size of data) 
    to work with drivers that don't support bigint at all.
  * Support SQL Server datetime2 precision. Previously more data 
    was passed than the column precision causing an error.
  * Make Informix unit tests work again.
  * Correct encoding error on big-endian machines for connection 
    errors. Default to native UTF16 instead of UTF16-LE.
  * Fix MySQL unit tests.

OBS-URL: https://build.opensuse.org/request/show/722652
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-pyodbc?expand=0&rev=5
2019-08-13 11:23:37 +00:00
Tomáš Chvátal
c15a949154 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pyodbc?expand=0&rev=13 2019-08-12 11:17:34 +00:00
Tomáš Chvátal
aeacfa57e0 Accepting request 721354 from home:Monex:branches:devel:languages:python
Hi,

I've updated the package to the latest version 4.0.27.

Greetings,
  Dirk

OBS-URL: https://build.opensuse.org/request/show/721354
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pyodbc?expand=0&rev=12
2019-08-07 09:22:48 +00:00
Dominique Leuenberger
c42c8d910c Accepting request 683721 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/683721
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-pyodbc?expand=0&rev=4
2019-03-11 10:17:53 +00:00
Tomáš Chvátal
9526acad72 Accepting request 683592 from home:Monex:branches:devel:languages:python
Hi,

I've updated the package to the latest version 4.0.26. Sadly there was a serious bug introduced in the previous version so an updated is recommended by the upstream developer.

Greetings,
  Dirk

OBS-URL: https://build.opensuse.org/request/show/683592
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pyodbc?expand=0&rev=10
2019-03-11 08:31:19 +00:00
Stephan Kulow
974b5121bb Accepting request 670555 from devel:languages:python
- Update to version 4.0.25:
  * support for SQL Server Table-Valued Paramaters has arrived. See test_tvp in the SQL Server unit tests.
  * Support for IBM DB/2 DECFLOAT type (#472) by @c-dy
  * Better SQL Server and FreeTDS tests with known driver issues (#469) by @gordthompson.
  * Fix "function sequence error" with fast executemany (#450) by @v-makouz.

OBS-URL: https://build.opensuse.org/request/show/670555
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-pyodbc?expand=0&rev=3
2019-02-02 20:49:59 +00:00
Tomáš Chvátal
95d4707868 - Update to version 4.0.25:
* support for SQL Server Table-Valued Paramaters has arrived. See test_tvp in the SQL Server unit tests.
  * Support for IBM DB/2 DECFLOAT type (#472) by @c-dy
  * Better SQL Server and FreeTDS tests with known driver issues (#469) by @gordthompson.
  * Fix "function sequence error" with fast executemany (#450) by @v-makouz.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pyodbc?expand=0&rev=8
2019-02-01 12:05:02 +00:00
Tomáš Chvátal
68afcb3939 Accepting request 670446 from home:Monex:branches:devel:languages:python
Hi,

I've updated the package to the latest release 4.0.25. Please let me know if something is not correct.

Greetings,
  Dirk

OBS-URL: https://build.opensuse.org/request/show/670446
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pyodbc?expand=0&rev=7
2019-02-01 10:49:37 +00:00
Dominique Leuenberger
96b0f12e07 Accepting request 631541 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/631541
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-pyodbc?expand=0&rev=2
2018-08-27 10:59:32 +00:00
Tomáš Chvátal
4809af29f2 Accepting request 631521 from home:jengelh:branches:devel:languages:python
- Strip filler wording from description.

OBS-URL: https://build.opensuse.org/request/show/631521
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pyodbc?expand=0&rev=5
2018-08-25 20:08:40 +00:00
Dominique Leuenberger
778ec68aaf Accepting request 630837 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/630837
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-pyodbc?expand=0&rev=1
2018-08-22 12:22:34 +00:00
Tomáš Chvátal
199d934f83 - Really use upstream tarball
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pyodbc?expand=0&rev=3
2018-08-22 07:42:18 +00:00
Tomáš Chvátal
3ceb3023e1 - Do not copy around but use PYTHONPATH to find the module
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pyodbc?expand=0&rev=2
2018-08-22 07:32:12 +00:00
Tomáš Chvátal
247fa14760 Accepting request 630807 from home:Monex:Database
I've also added the previous suggested changes to the spec file, but I've found not a really good solution for the %check section. The problem is, that the library path is hard-coded and expects everything inside the build directory. So solve this I rename the build directory between the different test runs. I hope this will be ok or if you have a better solution I will try to add this.

The failed sqlite tests are fixed in the upstream project and a new version was released.

OBS-URL: https://build.opensuse.org/request/show/630807
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pyodbc?expand=0&rev=1
2018-08-22 07:27:47 +00:00