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

python310-pymssql-2.3.0-1.1 RPM for armv6hl

From OpenSuSE Ports Tumbleweed for armv6hl

Name: python310-pymssql Distribution: openSUSE Tumbleweed
Version: 2.3.0 Vendor: openSUSE
Release: 1.1 Build date: Sun Apr 7 18:23:46 2024
Group: Development/Languages/Python Build host: reproducible
Size: 809099 Source RPM: python-pymssql-2.3.0-1.1.src.rpm
Packager: http://bugs.opensuse.org
Url: https://pymssql.org
Summary: A simple database interface to MS-SQL for Python
pymssql is the Python language extension module that provides access to
Microsoft SQL Servers from Python scripts. It is compliant with Python
DB-API 2.0 Specification and works on most popular operating systems.

Provides

Requires

License

LGPL-2.1-only

Changelog

* Sun Apr 07 2024 Martin Hauke <mardnh@gmx.de>
  - Update to version 2.3.0
    General
    * Add python 3.12 support.
    * Add read_only parameter for connection.
    * Add encryption parameter to connect.
    * Add use_datetime2 parameter to connect.
    * Use utf-8 for connection properties.
    * Implement batching in executemany based on optional batch_size
      parameter. with default equal arraysize cursor attribute.
    * Fix DBAPI-2.0 compliance - DataError must be a subclass of
      DatabaseError.
    * Fix DBAPI-2.0 compliance: rename batchsize cursor attribute to
      arraysize.
    * Implement DATETIMEOFFSET handling for stored procedures.
    * Implement DATETIMEOFFSET handling for insert and select queries
    * Return instance of datetime.datetime on select from
      SQLDATETIM4, SQLDATETIME, SQLDATETIME2 columns.
    Bug fixes
    * Fix SQLDATETIME2 handling in convert_python_value().
    * Use four digits for the year in SP args binding.
    * Fix convert_python_value to work with datetime.date.
    * Check if C compiler is installed if check for clock_gettime
      fails.
    * Add missing charset parameter in the _substitute_params method
      when calling ensure_bytes.
    * Fix empty, zero or None parameter substitution.
    Internals
    * Add tests for fetchall(), fetchmany(), fetchone() and next()
      with SP.
    * Require Cython>3.0.7.
    * Use Cython 3 for compilation.
    * Add SQLTIME and SQLDATETIME2 to convert_python_value.
    * Use dbanydatecrack() function instead of dbdatecrack().
    * Replace DEF with cdef enum for buffer array size
    * Remove references to tox.
    * Add tests for timeout in wait callback.
    * Clean up some legacy FreeTDS shims.
    * Add tests for tds_version parameter.
    * Move check for clock_gettime to dev/ccompiler.py.
    * Remove some Python2 remnants.
    * Move FreeTDS version from workflow files to pyproject.toml.
    * Move exceptions into separate module.
    * Use strftime for date & time conversion.
    * Simplify parameters quoting.
    * Add tests for _quote_simple_value.
* Thu Dec 14 2023 Martin Hauke <mardnh@gmx.de>
  - Update to version 2.2.11
    General
    * Add datetime.date to SQLDATE conversion.
    * Add encryption parameter to connect.
    Bug fixes
    * Fix version parsing in development.
    * Add missing charset parameter when formatting query.
    * Use four digits for the year in SP args binding.
    * Fix convert_python_value to work with datetime.date.
* Mon Oct 30 2023 Martin Hauke <mardnh@gmx.de>
  - Update to version 2.2.10
    * Add python 3.12 support.
    * Do not try to drop temporary tables in clear_db().
    * test_sqlalchemy: update for compatibility with SQLAlchemy >2.0.
  - Update to version 2.2.9
    * Update changelog.
* Sun Aug 13 2023 Dirk Müller <dmueller@suse.com>
  - update to 2.2.8:
    * Compatibility with Cython.
    * Fix build on Alpine Linux (fix #762).
    * Fill in result description in cursor.callproc (fix #772).
    * Add explicit link to krb5 (fix #776)
    * Added bytes and bytearray to support bulk_copy types, thanks
      to steve-strickland (#756).
    * Fix UnicodeEncodeError for non-ascii database name (#484).
    * Fix pymssql.Binary (#504).
    * On macOS check for FreeTDS in homebrew prefix when building.
    * Some documentation changes.
    * Drop support for Python2 and Python3 < 3.6.
    * Fixed a deadlock caused by a missing release of GIL (#540),
    * Prevents memory leak on login failure. Thanks to caogtaa and
      Simon.StJG (PR-690).
    * Fix check for TDS version (#652 and #669).
* Wed Oct 28 2020 Martin Hauke <mardnh@gmx.de>
  - Update to version 2.1.5
    * Revert deprecation
    * Support Python-3.8. Update tests for Python-3.8 compatibility.
    * Use correct language level for building Cython extension.
    * Fix FreeTDS version checks. Add check for version 7.4.
    * Drop bundled FreeTDS-0.95 binaries.
* Tue Oct 02 2018 mardnh@gmx.de
  - Convert to singlespec
  - Update to version 2.1.4
* Fri Apr 10 2015 hanke@rzg.mpg.de
  - Update to version 2.1.1
    * Buildrequire python-setuptools-git
* Thu Dec 05 2013 termim@gmail.com
  - Update to release version (2.0.0)
* Thu Oct 24 2013 speilicke@suse.com
  - Require python-setuptools instead of distribute (upstreams merged)
* Wed Jun 19 2013 speilicke@suse.com
  - Many spec fixes

Files

/usr/lib/python3.10/site-packages/pymssql
/usr/lib/python3.10/site-packages/pymssql-2.3.0.dist-info
/usr/lib/python3.10/site-packages/pymssql-2.3.0.dist-info/INSTALLER
/usr/lib/python3.10/site-packages/pymssql-2.3.0.dist-info/LICENSE
/usr/lib/python3.10/site-packages/pymssql-2.3.0.dist-info/METADATA
/usr/lib/python3.10/site-packages/pymssql-2.3.0.dist-info/RECORD
/usr/lib/python3.10/site-packages/pymssql-2.3.0.dist-info/REQUESTED
/usr/lib/python3.10/site-packages/pymssql-2.3.0.dist-info/WHEEL
/usr/lib/python3.10/site-packages/pymssql-2.3.0.dist-info/top_level.txt
/usr/lib/python3.10/site-packages/pymssql/__init__.py
/usr/lib/python3.10/site-packages/pymssql/__init__.pyi
/usr/lib/python3.10/site-packages/pymssql/__pycache__
/usr/lib/python3.10/site-packages/pymssql/__pycache__/__init__.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pymssql/__pycache__/__init__.cpython-310.pyc
/usr/lib/python3.10/site-packages/pymssql/__pycache__/exceptions.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pymssql/__pycache__/exceptions.cpython-310.pyc
/usr/lib/python3.10/site-packages/pymssql/_mssql.cpython-310-arm-linux-gnueabihf.so
/usr/lib/python3.10/site-packages/pymssql/_mssql.pyi
/usr/lib/python3.10/site-packages/pymssql/_pymssql.cpython-310-arm-linux-gnueabihf.so
/usr/lib/python3.10/site-packages/pymssql/_pymssql.pyi
/usr/lib/python3.10/site-packages/pymssql/exceptions.py
/usr/lib/python3.10/site-packages/pymssql/exceptions.pyi
/usr/share/doc/packages/python310-pymssql
/usr/share/doc/packages/python310-pymssql/ChangeLog.rst
/usr/share/doc/packages/python310-pymssql/README.rst
/usr/share/licenses/python310-pymssql
/usr/share/licenses/python310-pymssql/LICENSE


Generated by rpm2html 1.8.1

Fabrice Bellet, Sat Apr 27 00:31:59 2024