2 new commits in py: https://bitbucket.org/hpk42/py/commits/48e3fa8ac1b1/ Changeset: 48e3fa8ac1b1 User: flub Date: 2014-08-12 00:54:11 Summary: Mark as a universal wheel
This is single-source for python 2 & 3 so can be built in a universal wheel. Affected #: 1 file diff -r 591f6bfa83c0f26d503a57f60c3275d33a4208f0 -r 48e3fa8ac1b19b3978c99c60591cd0344ad7e460 setup.cfg --- /dev/null +++ b/setup.cfg @@ -0,0 +1,2 @@ +[wheel] +universal = 1 \ No newline at end of file https://bitbucket.org/hpk42/py/commits/4927b441e6e9/ Changeset: 4927b441e6e9 User: hpk42 Date: 2014-09-02 11:57:15 Summary: Merged in flub/py (pull request #20) Mark as a universal wheel Affected #: 1 file diff -r 5b72dc87470629b28be486be252b54a4fd3bcf13 -r 4927b441e6e93ffa70404cf836d80ccafbb215a7 setup.cfg --- /dev/null +++ b/setup.cfg @@ -0,0 +1,2 @@ +[wheel] +universal = 1 \ No newline at end of file Repository URL: https://bitbucket.org/hpk42/py/ -- This is a commit notification from bitbucket.org. You are receiving this because you have the service enabled, addressing the recipient of this email. _______________________________________________ pytest-commit mailing list pytest-commit@python.org https://mail.python.org/mailman/listinfo/pytest-commit