[pypy-commit] [Git][pypy/pypy][branch/release-pypy3.8-v7.x] 40 commits: fix sysconfig.get_config_var('LDLIBRARY') for darwin

Matti Picus (@mattip) foss at heptapod.net
Mon Oct 11 05:32:29 EDT 2021



Matti Picus pushed to branch branch/release-pypy3.8-v7.x at PyPy / pypy


Commits:
71ffddab by Matti Picus at 2021-10-03T14:15:13+03:00
fix sysconfig.get_config_var('LDLIBRARY') for darwin

--HG--
branch : py3.7

- - - - -
0bc0dc83 by Matti Picus at 2021-10-05T11:59:22+03:00
fix venv: copy python on windows, revert c73cb5fa3e09 fon non-symlink, add "pypy"

--HG--
branch : py3.7

- - - - -
1e40ef4b by Matti Picus at 2021-10-05T12:25:29+03:00
remove windows copying that was in non-windows clause

--HG--
branch : py3.7

- - - - -
0a88e4d1 by Dan Villiom Podlaski Christiansen at 2021-10-05T15:38:57+02:00
build_cffi_imports: fix determining CFLAGS

The previous logic implicitly assumed that CFLAGS was either unset or
started with a space, breaking the MacPorts build. In addition, it
also extracted the version info from the _running_ interpreter rather
than the _built_ one.

--HG--
branch : py3.8-fix-cflags

- - - - -
35b0921d by Matti Picus at 2021-10-06T10:13:51+03:00
Added tag release-pypy2.7-v7.3.6rc2 for changeset b89256933b0b

- - - - -
95cffeb0 by Matti Picus at 2021-10-06T10:14:27+03:00
Added tag release-pypy3.7-v7.3.6rc2 for changeset e4511a21ddfc

- - - - -
89a82370 by Matti Picus at 2021-10-06T10:14:55+03:00
Added tag release-pypy3.8-v7.3.6rc2 for changeset 28b8e9d917f1

- - - - -
35d4ef98 by Matti Picus at 2021-10-06T11:57:11+03:00
tweak the subprocess call and the comment

--HG--
branch : py3.8-fix-cflags

- - - - -
b409f965 by Matti Picus at 2021-10-06T11:58:09+03:00
merge py3.8-fix-cflags which fixes post-translation build of cffi extensions

--HG--
branch : py3.8

- - - - -
54b88028 by Matti Picus at 2021-10-06T18:38:51+03:00
add rc2 to the versions.json file

- - - - -
5fc9a3bc by Matti Picus at 2021-10-06T18:48:30+03:00
add two more fixed issues to release notes

- - - - -
f9cd3ff8 by Matti Picus at 2021-10-06T21:01:56+03:00
fix venv yet again: libpypy* was missing when using --copies

--HG--
branch : py3.7

- - - - -
f6349fe0 by Matti Picus at 2021-10-06T21:04:15+03:00
merge py3.7 into py3.8

--HG--
branch : py3.8

- - - - -
994c31d7 by Matti Picus at 2021-10-08T09:34:52+03:00
Back out implementation from 5f72d59b9aa1, it broke non-JIT builds

- - - - -
83419d65 by Matti Picus at 2021-10-08T10:44:10+03:00
add some environment variables to get_multiarch (tumbleweed)

- - - - -
1232ffa6 by Matti Picus at 2021-10-08T10:45:09+03:00
document use of environment variables and that extra_tests should run on CPython

- - - - -
a72f4024 by Matti Picus at 2021-10-08T10:51:42+03:00
backport changes from py3.7

- - - - -
710c5859 by Matti Picus at 2021-10-08T11:07:38+03:00
fix doc build, add missing file from py3.7

- - - - -
38fbc1eb by Matti Picus at 2021-10-08T11:15:15+03:00
merge default into py3.7

--HG--
branch : py3.7

- - - - -
935d5d63 by Matti Picus at 2021-10-08T11:23:45+03:00
add missing import

- - - - -
03d3f10d by Matti Picus at 2021-10-08T14:47:23+03:00
fix venv for possibility that someone backports the cpython-style layout from 3.8

--HG--
branch : py3.7

- - - - -
e7cab408 by Matti Picus at 2021-10-08T11:51:33+03:00
add debian value MULTIARCH, crossenv value HOST_GNU_TYPE to sysconfig{data}

--HG--
branch : py3.7

- - - - -
ebbca327 by Matti Picus at 2021-10-08T15:52:30+03:00
new layout uses pypy3.8 not python3.8

--HG--
branch : py3.8

- - - - -
3d0e6786 by Matti Picus at 2021-10-08T16:27:09+03:00
merge py3.7 into py3.8

--HG--
branch : py3.8

- - - - -
27dd1c4d by Matti Picus at 2021-10-08T16:28:00+03:00
remove py3.7-specific comment

--HG--
branch : py3.8

- - - - -
e5503e21 by Matti Picus at 2021-10-10T00:01:47+03:00
require _get_multiarch to succeed on posix

- - - - -
6f4afd79 by Matti Picus at 2021-10-10T00:02:27+03:00
merge default into py3.7

--HG--
branch : py3.7

- - - - -
b19bce84 by Matti Picus at 2021-10-10T00:02:49+03:00
merge py3.7 into py3.8

--HG--
branch : py3.8

- - - - -
4095a835 by Matti Picus at 2021-10-10T06:42:57+03:00
fix d3a0f53969da

- - - - -
f19852e3 by Matti Picus at 2021-10-10T06:43:54+03:00
merge default into branch

--HG--
branch : py3.7

- - - - -
92905c4a by Matti Picus at 2021-10-10T06:44:26+03:00
merge py3.7 into py3.8

--HG--
branch : py3.8

- - - - -
f5f40f80 by Matti Picus at 2021-10-10T08:59:10+03:00
fix test

--HG--
branch : py3.7

- - - - -
f0c01199 by Matti Picus at 2021-10-10T09:10:30+03:00
cpython does not have datetime._normalize

--HG--
branch : py3.7

- - - - -
78f63835 by Matti Picus at 2021-10-10T09:12:15+03:00
avoid deprecation warnings on CPython, PyPy

--HG--
branch : py3.7

- - - - -
5480fdb4 by Matti Picus at 2021-10-10T10:38:38+03:00
merge py3.7 into py3.8

--HG--
branch : py3.8

- - - - -
f3ccaf4c by Matti Picus at 2021-10-10T14:36:11+03:00
decode stdout after Popen

--HG--
branch : py3.8

- - - - -
6f14f77c by Armin Rigo at 2021-10-10T17:41:12+03:00
fix quadratic behaviour for enums (issue 3571)

--HG--
branch : py3.8

- - - - -
7c80f9c9 by Matti Picus at 2021-10-10T23:36:27+03:00
typo

--HG--
branch : py3.8

- - - - -
93acba01 by Matti Picus at 2021-10-11T10:22:38+03:00
remove pdb

--HG--
branch : py3.8

- - - - -
ebdd5fed by Matti Picus at 2021-10-11T12:32:10+03:00
merge py3.8 into the release

--HG--
branch : release-pypy3.8-v7.x

- - - - -


21 changed files:

- .hgtags
- extra_tests/test_datetime.py
- lib-python/3/enum.py
- lib-python/3/sysconfig.py
- lib-python/3/test/test_sysconfig.py
- lib-python/3/test/test_venv.py
- lib-python/3/venv/__init__.py
- lib_pypy/_sysconfigdata.py
- lib_pypy/pypy_tools/build_cffi_imports.py
- pypy/doc/build.rst
- pypy/doc/contributing.rst
- pypy/doc/index-of-release-notes.rst
- pypy/doc/index-of-whatsnew.rst
- pypy/doc/release-v7.3.6.rst
- pypy/doc/whatsnew-pypy3-7.3.6.rst
- pypy/tool/release/check_versions.py
- + pypy/tool/release/config.guess
- pypy/tool/release/package.py
- pypy/tool/release/repackage.sh
- pypy/tool/release/versions.json
- rpython/translator/platform/posix.py


View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/compare/582739d0b6f30a23578651f021d3460ec0c39bac...ebdd5fedf3676e64953d3991e5d5ac57a6061633

-- 
View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/compare/582739d0b6f30a23578651f021d3460ec0c39bac...ebdd5fedf3676e64953d3991e5d5ac57a6061633
You're receiving this email because of your account on foss.heptapod.net.


-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://mail.python.org/pipermail/pypy-commit/attachments/20211011/1d426572/attachment-0001.html>


More information about the pypy-commit mailing list