Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 541360 - dev-python/pymssql-2.1.1 version bump
Summary: dev-python/pymssql-2.1.1 version bump
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Development (show other bugs)
Hardware: All Linux
: Normal enhancement (vote)
Assignee: Thomas Raschbacher
URL: http://www.pymssql.org/
Whiteboard:
Keywords:
Depends on:
Blocks: 661018
  Show dependency tree
 
Reported: 2015-02-25 17:30 UTC by Vincent Hardy
Modified: 2018-08-05 19:59 UTC (History)
4 users (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
Simple ebuild for pymssql-2.1.3 (pymssql-2.1.3.ebuild,563 bytes, text/plain)
2017-03-20 16:26 UTC, Bernd Feige
Details
Remove pulling setuptools_git from setup.py (setup.patch,370 bytes, patch)
2017-03-20 16:28 UTC, Bernd Feige
Details | Diff
Patch defining DBVERSION_80 which freetds-1 doesn't define any more (DBVERSION_80.patch,580 bytes, patch)
2017-03-20 16:30 UTC, Bernd Feige
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Vincent Hardy 2015-02-25 17:30:07 UTC
The 2.x branch of pymssql is built on the latest release of FreeTDS which removes many of the limitations found with older FreeTDS versions and the 1.x branch.

Above all, this version is python 3 compatible.

Note that URL has changed from http://code.google.com/p/pymssql to http://www.pymssql.org

Reproducible: Always
Comment 1 Thomas Raschbacher gentoo-dev 2015-03-12 14:16:13 UTC
will have a look - also gonna test if 2.x compiles with old freetds still or if it requires newer than the 1.x series.
Comment 2 Bernd Feige 2017-03-20 16:26:41 UTC
Created attachment 467648 [details]
Simple ebuild for pymssql-2.1.3

Current version is 2.1.3.
With the current version of freetds in the tree (dev-db/freetds-1.00.13), I need two additional patches (also attached) to make it work. Both should probably go upstream, but it appears that the developers are rather focused on their bundled freetds...
Best regards,
Bernd
Comment 3 Bernd Feige 2017-03-20 16:28:11 UTC
Created attachment 467650 [details, diff]
Remove pulling setuptools_git from setup.py
Comment 4 Bernd Feige 2017-03-20 16:30:20 UTC
Created attachment 467652 [details, diff]
Patch defining DBVERSION_80 which freetds-1 doesn't define  any more
Comment 5 Bernd Feige 2018-01-15 15:13:34 UTC
Note, upstream issue fir DBVERSION_80 is here:
https://github.com/pymssql/pymssql/issues/520
Comment 6 Nils Freydank 2018-07-12 17:43:24 UTC
What is the current state?
Comment 7 Larry the Git Cow gentoo-dev 2018-08-05 19:59:03 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=484ba6edf25368869c80e9c8e339784a7789f368

commit 484ba6edf25368869c80e9c8e339784a7789f368
Author:     David Seifert <soap@gentoo.org>
AuthorDate: 2018-08-05 19:57:36 +0000
Commit:     David Seifert <soap@gentoo.org>
CommitDate: 2018-08-05 19:58:47 +0000

    dev-python/pymssql: Version bump to 2.1.3
    
    Closes: https://bugs.gentoo.org/541360
    Package-Manager: Portage-2.3.44, Repoman-2.3.10

 dev-python/pymssql/Manifest                        |  1 +
 .../pymssql/files/pymssql-2.1.3-DBVERSION_80.patch | 13 ++++++
 .../pymssql-2.1.3-remove-setuptools_git.patch      | 10 +++++
 dev-python/pymssql/pymssql-2.1.3.ebuild            | 47 ++++++++++++++++++++++
 4 files changed, 71 insertions(+)