Index index by Group index by Distribution index by Vendor index by creation date index by Name Mirrors Help Search

python311-pyodbc-5.1.0-bp156.1.1 RPM for x86_64

From OpenSuSE Leap 15.6 for x86_64

Name: python311-pyodbc Distribution: SUSE Linux Enterprise 15 SP6
Version: 5.1.0 Vendor: openSUSE
Release: bp156.1.1 Build date: Wed May 8 03:47:56 2024
Group: Development/Languages/Python Build host: i02-ch2c
Size: 201718 Source RPM: python-pyodbc-5.1.0-bp156.1.1.src.rpm
Packager: https://bugs.opensuse.org
Url: https://github.com/mkleehammer/pyodbc
Summary: Python ODBC API
pyodbc is a Python 3.x module that allows you to use ODBC
to connect to almost any database.

It implements the Python Database API Specification v2.0, but
additional features have been added to simplify database programming
even more.

Provides

Requires

License

MIT

Changelog

* Tue May 07 2024 Markéta Machová <mmachova@suse.com>
  - Add %{?sle15_python_module_pythons}
* Sun Feb 11 2024 John Vandenberg <jayvdb@gmail.com>
  - Add sqlitetests.py & testutils.py
  - Update to v5.1.0
    * Mac M1 & M2 binary builds
  - from v5.0.1
    * bug fix for 5.0.0 that restores the ability to pass bytes objects
      in the attrs_before parameter when connecting.
      This is often used for Azure with a token.
  - from 5.0.0
    * The API is backwards compatible.
    * Dropped support for Python 2.
* Mon Apr 17 2023 Dirk Müller <dmueller@suse.com>
  - update to 4.0.39 (bsc#1210567):
    * Version 4.0.38 had a serious bug in Row.__repr__ which could
      cause crashes (#1196 ).
    * Version 5.0 is on its way and will drop support for Python 2.
      This release is a (hopefully final) bug fix release for
      the 4.x line.
    * added typing for Connection, Cursor, and connect parameters.
    * corrected the install location of the pyi file.
    * fixed Unicode errors in repr(row)
    * fixed more typing related issues by removing TypeAlias
    * arturxedex128 opened a security advisory for a buffer
      overflow if selecting a decimal more
    * than 100 digits long.  Fixed by Michael Kleehammer.
  - drop fix_install_location_of_pyodbc.pyi.patch (upstream)
* Tue Feb 07 2023 Dirk Hartmann <2monex@gmx.net>
  - 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
* Wed Jan 20 2021 Dirk Hartmann <2monex@gmx.net>
  - Updated spec file for compatibility with different python3
    flavours.
* Fri Mar 20 2020 Marketa Calabkova <mcalabkova@suse.com>
  - Update to version 4.0.30
    * Very large integers and non-numeric floats as parameters
* Wed Dec 25 2019 Dirk Hartmann <monex@liquid-co.de>
  - Update to version 4.0.28
    * Fix incorrect size calcation for Unicode characters (#654)
    * Fix binding of 32-bit ints on 64-bit Linux (#611)
    * Fixes type mismatch for null/None with table value parameters. #596
    * Fixes and cleanup of unit tests for MS Access (#606), MySQL (#630 #632) and new tests (#637 #645)
* Sat Sep 14 2019 John Vandenberg <jayvdb@gmail.com>
  - Use %python_expand in %check to allow building only a single
    flavour
* Mon Aug 05 2019 Dirk Hartmann <monex@liquid-co.de>
  - 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.
* Sun Mar 10 2019 Dirk Hartmann <monex@liquid-co.de>
  - Update to version 4.0.26:
    * Issue #506 uncovered a potentially serious error where
      Unicode strings may not get a NULL terminator when being converted.
    * Issue #504 was a double decref in the error return path of executemany.
* Wed Jan 30 2019 Dirk Hartmann <monex@liquid-co.de>
  - 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.
* Sat Aug 25 2018 jengelh@inai.de
  - Strip filler wording from description.
* Wed Aug 22 2018 tchvatal@suse.com
  - Really use upstream tarball
* Wed Aug 22 2018 tchvatal@suse.com
  - Do not copy around but use PYTHONPATH to find the module
* Sun Aug 19 2018 monex@liquid-co.de
  - Update to 4.0.24
* Thu Aug 09 2018 monex@liquid-co.de
  - Added test cases for sqlite to check section.
    Unfortunaly the test cases are broken at the moment
    a bug report was created at github.
* Sun Aug 05 2018 monex@liquid-co.de
  - Added LICENSE.txt and README.md to files.
  - Use only one BuildRequires per line.
  - Corrected wrong Release version.
* Sat Aug 04 2018 monex@liquid-co.de
  - Corrected source url.
  - Added sources again.
  - Fix Url to upstream project.
* Sat Aug 04 2018 monex@liquid-co.de
  - Remove unneeded source because it is fetched automatically.
* Fri Aug 03 2018 2monex@gmx.net
  - Use URL as source according to python packaginf guidelines.
* Fri Aug 03 2018 nrochard@gmail.com
  - Update to version 4.0.23
* Thu Jun 28 2018 monex@liquid-co.de
  - Use python single spec.
* Mon Feb 27 2017 monex@liquid-co.de
  -Update to version 4.0.13
* Sat May 02 2015 monex@liquid-co.de
  - added missing source file
* Sat May 02 2015 monex@liquid-co.de
  - updated to version 3.0.10

Files

/usr/lib64/python3.11/site-packages/pyodbc-5.1.0-py3.11.egg-info
/usr/lib64/python3.11/site-packages/pyodbc-5.1.0-py3.11.egg-info/PKG-INFO
/usr/lib64/python3.11/site-packages/pyodbc-5.1.0-py3.11.egg-info/SOURCES.txt
/usr/lib64/python3.11/site-packages/pyodbc-5.1.0-py3.11.egg-info/dependency_links.txt
/usr/lib64/python3.11/site-packages/pyodbc-5.1.0-py3.11.egg-info/top_level.txt
/usr/lib64/python3.11/site-packages/pyodbc.cpython-311-x86_64-linux-gnu.so
/usr/lib64/python3.11/site-packages/pyodbc.pyi
/usr/share/doc/packages/python311-pyodbc
/usr/share/doc/packages/python311-pyodbc/README.md
/usr/share/licenses/python311-pyodbc
/usr/share/licenses/python311-pyodbc/LICENSE.txt


Generated by rpm2html 1.8.1

Fabrice Bellet, Tue May 21 23:39:22 2024