Modernize build system and fix packaging issues#469
Open
teolzr wants to merge 5 commits into
Open
Conversation
- Migrate from deprecated setup.py to modern pyproject.toml configuration - Update license configuration to use SPDX format (Apache-2.0) - Remove deprecated license classifier to fix setuptools warnings - Replace 'python setup.py sdist bdist_wheel' with 'python -m build' - Upgrade pyodbc from 5.0.1 to 5.2.0 - Upgrade twine from 4.0.2 to 6.1.0 to fix license metadata issues - Add py.typed file for type checking support - Add build tool to development requirements - Update Makefile to use modern build tools - Update README with build instructions Fixes: - Setuptools deprecation warnings - License classifier deprecation warnings - Twine license metadata KeyError - Package distribution validation issues All tests pass and package builds successfully with new system.
- Update from Python 3.6.8-slim-jessie to Python 3.11-slim - Remove deprecated Debian Jessie repositories - Add git and make for proper build environment - Fix setuptools-scm version detection with fallback - Simplify ODBC setup (removed problematic SQLite ODBC driver) - Test build system and linting successfully in container
- Add support for Python 3.13 - Include Mac ARM (M1/M2) native support - Fix Azure token handling and binary attrs_before parameter - Maintain backward compatibility with existing aioodbc API - All tests pass (130/130) Closes: #XXX
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Fixes:
All tests pass and package builds successfully with new system.
What do these changes do?
Are there changes in behavior for the user?
Related issue number
Checklist