Sisyphus repositório
Última atualização: 1 outubro 2023 | SRPMs: 18631 | Visitas: 37044194
en ru br
ALT Linux repositórios
S:0.1.24-alt1

Group :: Desenvolvimento/Outros
RPM: rpm-build-python3

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs e FR  Repocop 

30 agosto 2023 Daniel Zagaynov <kotopesutility at altlinux.org> 0.1.24-alt1

  • Fixed prefixes forming for python3.prov.py and python3.req.py

17 agosto 2023 Daniel Zagaynov <kotopesutility at altlinux.org> 0.1.23-alt1

  • python3.prov.py:
       + Moved all mechanism of provides-searching to py3dephell.py3prov
  • python3.req.py:
       + Moved all mechanism of requirements-searching to py3dephell.py3req;
       + Removed encodings as dependencies.

22 abril 2023 Vitaly Lipatov <lav at altlinux.ru> 0.1.22-alt1

  • NMU: brp-fix_python3_site-packages_location: replace egrep with grep -E

12 janeiro 2023 Stanislav Levin <slev at altlinux.org> 0.1.21-alt1

  • Added support for run command (closes: #44884).

11 novembro 2022 Daniel Zagaynov <kotopesutility at altlinux.org> 0.1.20-alt1

  • Added macros %_python3_self_prov_path, %add_python3_self_prov_path.
  • python3.req.py:
       + Implemented macro %_python3_self_prov_path (by checking value of $RPM_PYTHON3_SELF_PROV_PATH)
       + Now skip dependencies from local imports in modules located in sys.path

15 abril 2022 Stanislav Levin <slev at altlinux.org> 0.1.19-alt1

  • Added support for PEP517/518 projects (closes: #39907).
  • Added support for tox.

6 setembro 2021 Daniel Zagaynov <kotopesutility at altlinux.org> 0.1.18-alt1

  • python3.req.py:
     + replaced symbol and parser uses with ast.

30 abril 2021 Dmitry V. Levin <ldv at altlinux.org> 0.1.17-alt1

  • python3.{prov,req}.files:
     + removed redundant text file check;
     + print diagnostics about skipped unknown .py files.

29 abril 2021 Dmitry V. Levin <ldv at altlinux.org> 0.1.16-alt1

  • brp-bytecompile_python3: fixed typo made in the previous release
     (closes: #40018).

29 abril 2021 Dmitry V. Levin <ldv at altlinux.org> 0.1.15-alt1

  • python3.prov, python3.req: enhanced error diagnostics.

28 abril 2021 Dmitry V. Levin <ldv at altlinux.org> 0.1.14-alt1

  • Introduced rpm-macros-python3 subpackage and moved non-python files there.

27 julho 2018 Alexey Shabalin <shaba at altlinux.org> 0.1.13.1-alt2

  • define %__python3 as full path /usr/bin/python3

18 julho 2018 Ivan Zakharyaschev <imz at altlinux.org> 0.1.13.1-alt1

  • check-python3-provs-importable.sh included
     (to manually check Python3 packages, say, in hasher;
     https://lists.altlinux.org/pipermail/devel/2017-February/202384.html )

2 julho 2018 Ivan Zakharyaschev <imz at altlinux.org> 0.1.13-alt1

  • Assume that setuptools are required if the traditional Python3 build/install
     macros are used (overridable through %python3_setup_buildrequires).

     The idea is that the Build Root Policy scripts for Python3 are executed
     unconditionally whenever python3 is present in the system, but the
     setuptools requirement is optional. (As a consequence, there may be a
     working system with Python3 without setuptools, because setuptools
     are not used at runtime.)

25 abril 2018 Ivan Zakharyaschev <imz at altlinux.org> 0.1.12-alt1

  • python3.prov.py & %py3_provides: rm old-style provs. (It's the final 3rd
     stage of the cosmetic renaming started in 0.1.10-alt1. It's possible if
     no-one requires the old-style python3.3(*) names anymore.)
  • Do not depend on binutils, express the dependency in the form of a
     Conflicts. (Not to encumber python3 users' environment. Anyway, if
     the user is able to compile an .so, he would have got binutils.)

16 março 2018 Aleksei Nikiforov <darktemplar at altlinux.org> 0.1.11.2-alt1

  • Update find-provides and find-requires scripts to work with python3
     dynamically linked to python library.

10 agosto 2017 Aleksei Nikiforov <darktemplar at altlinux.org> 0.1.11.1-alt1

  • Fix bug when file may be skipped during 'provides' and 'requires' calculations
     if file is located in %python3_sitelibdir and file name starts with 'python2'.

11 janeiro 2017 Ivan Zakharyaschev <imz at altlinux.org> 0.1.11-alt1

  • Now: %python3_req_hier by default (more precise autoreqs like:
     m.sub.subsub instead of m; this often helps to install an otherwise
     missing subpackage or the correct one in case of name collisions).

     Suggest rules to rewrite/provide any special modules (like virtual six.*).

22 julho 2016 Ivan Zakharyaschev <imz at altlinux.org> 0.1.10.9-alt1

  • .prov.py: honor non-std %python3_path also if it is inside the std path.

22 julho 2016 Ivan Zakharyaschev <imz at altlinux.org> 0.1.10.10-alt1

  • %py3_requires will honor the constraints of %allow_python3_import_path.

11 junho 2016 Ivan Zakharyaschev <imz at altlinux.org> 0.1.10.8-alt1

  • %python3{,_build}_install: force deterministic behavior (useful in
     case of conflicting stuff from simultaneous python2 and python3 builds).
  • compileall.py: depth-first processing gives more correct results (compile
     __init__.py would happen before unlink __pycache__/__init__* (its result)).

10 maio 2016 Ivan Zakharyaschev <imz at altlinux.org> 0.1.10.7-alt1

  • Additional import paths (where our deps are allowed to be
     located) must be given by the maintainer only willingly now with
     %allow_python3_import_path.

8 maio 2016 Ivan Zakharyaschev <imz at altlinux.org> 0.1.10.6-alt3

  • .{req,prov}.files fixed (in the rare case with %_python3_compile_include).

3 maio 2016 Ivan Zakharyaschev <imz at altlinux.org> 0.1.10.6-alt2

  • Revert an unintended change of defaults in 0.1.10.6-alt1 (planned
     for future).

29 abril 2016 Ivan Zakharyaschev <imz at altlinux.org> 0.1.10.6-alt1

  • .{req,prov}.files: honor %_python3_compile_exclude
     (when using %_python3_compile_include)
  • %python3_req_nohier added, the reverse to %python3_req_hier
     (in future, when there is enough provs thx to 0.1.10.2, we'd like to
     use the req_hier mode by default; packages can prepare beforehand)
  • Print a bit more diagnostics for skipped autoreqs.

28 abril 2016 Ivan Zakharyaschev <imz at altlinux.org> 0.1.10.5-alt1

  • .prov.py: generalize to generate longer provs, too.

27 abril 2016 Ivan Zakharyaschev <imz at altlinux.org> 0.1.10.4-alt1

  • .req.py: handle simple __import__ exprs on the same level of code
     nesting as it is done for import statements, too (ALT#32026).
  • .req.py: just in case: deps with (deep < 4) are also OK if
     RPM_PYTHON3_REQ_METHOD is slight (the default) or relaxed.

22 abril 2016 Ivan Zakharyaschev <imz at altlinux.org> 0.1.10.3-alt1

  • Fix a bug of the prev.release: For the additional Provides with the
     full name (when there is also a short name), the optional non-std
     path was wrongly filled twice. (Example: python-module-Pillow.)

20 abril 2016 Ivan Zakharyaschev <imz at altlinux.org> 0.1.10.2-alt1

  • generate more Requires (many Python3 files used to be skipped
     because "python script text executable" were considered to be
     non-Python3; now, Python files under standard Python3 paths and
     %_python3_path are considered).
  • generate more Provides (ALT#31992) similarly
     (for Python files under standard Python3 paths).
  • generate additional (specially-modified) Provides for modules under
     non-standard/non-builtin paths.
  • generate more liberal Requires if %_python3_path or
     %_python3_compile_include has non-standard/non-builtin paths.

29 março 2016 Ivan Zakharyaschev <imz at altlinux.org> 0.1.9.4-alt1

  • brp-hardlink_opt_pyc: handle .opt-?.pyc files (introduced in python3-3.5).

29 março 2016 Ivan Zakharyaschev <imz at altlinux.org> 0.1.9.3-alt1

  • implemented %requires_python3-ABI, which ultimately asks
     verify_elf to LD_PRELOAD.

29 março 2016 Ivan Zakharyaschev <imz at altlinux.org> 0.1.10-alt1

  • use only the major Python version number for pythonN(*) autoreqs.
     (This is mostly a cosmetic change in essence: the numbers in the
     pythonN(*) provs and reqs don't mean much. The guarantee that the
     module was run by exactly the same version of python used to be given
     by the dep on python3.3/site-packages/; we are changing this.)
     (The corresponding cosmetic removal of python3.3(*) provs is
     scheduled for later; and we'll let it go on its own, without
     forcing.)
  • Now, as python 3.5 stores .pyc compiled with -O and -OO separately
     (as .opt-{1,2}.pyc), brp-bytecompile_python3 can safely make both.

28 março 2016 Ivan Zakharyaschev <imz at altlinux.org> 0.1.9.2-alt1

  • macros: commented on %__ vs %_ (build vs target system properties)
     and cleaned up a bit accordingly.
  • Path values fixed:
     + %python3_includedir has a suffix in the case of Python3 (3.3&3.5, at least).
     + %python3_tooldir synced with the real value that has been used
       in python3-3.3.
  • %_python3_path value should be adjusted when building python3 package;
     the default made suitable for modules only.
  • macros: general-purpose %ABI_suffix and special %python3_ABI_dep added.
  • simplified the implementation of %py3_requires & %py3_provides.

10 março 2016 Ivan Zakharyaschev <imz at altlinux.org> 0.1.9-alt1

  • if there is an .so (in /*/python3*/), generate a req like:
     python(abi)(64bit) = 3.3
  • python3 RPM macros: adapt for the new common site-packages/
     and cleanup unused ones. (TODO: Check that the packages still build!)
  • move the installed stuff to the new common site-packages/ by force
     (except "base" python packages).
  • use only the major Python version number for pythonN(*) provides.
     (This is mostly a cosmetic change in essence: the numbers in the
     pythonN(*) provs and reqs don't mean much. The guarantee that the
     module was run by exactly the same version of python used to be given
     by the dep on python3.3/site-packages/; we are about to change this.)
     (The corresponding cosmetic change of reqs is scheduled for later;
     and we'll let it go on its own, without forcing.)
  • python3.compileall.py: remove unused variable.

10 março 2016 Ivan Zakharyaschev <imz at altlinux.org> 0.1.8-alt100

  • provide python3.3(*) always (for the transition from python3.3).
     (NB: Revert this hack when the transition is done.)
     (This is useful, given that old modules can be "run" with
     python3-3.5.1-alt2, which has been hacked to be able to use modules
     from the old site-packages/.)

10 março 2016 Ivan Zakharyaschev <imz at altlinux.org> 0.1.8-alt1

  • python3.req: identify myself (in error messages) distinctively
     from python.req.

11 abril 2013 Dmitry V. Levin <ldv at altlinux.org> 0.1.7-alt1

  • python3.prov.py: added python >= 3.3.1 support.

6 abril 2013 Dmitry V. Levin <ldv at altlinux.org> 0.1.6-alt1

  • python3.{prov,req}.files:
     + skip files of type "python script text executable";
     + enhanced "python3 script text executable" type check;
     + added is_python3_path check from python3.{prov,req}.py,
       which is now applied only to files of uncertain type.
  • python3.{prov,req}.py: removed is_python3 check (closes: #28762).

22 fevereiro 2013 Dmitry V. Levin <ldv at altlinux.org> 0.1.5-alt1

  • macros.d/python3: use %__python3 for python3-config location.
  • python3.compileall.py: fixed file executability check (by iv@).

16 fevereiro 2013 Dmitry V. Levin <ldv at altlinux.org> 0.1.4-alt1

  • python3.prov.py: changed to use sysconfig instead of hardcoded suffix.
  • macros.d/python3: added %_python3_extension_suffix macro.

15 fevereiro 2013 Dmitry V. Levin <ldv at altlinux.org> 0.1.3-alt1

  • python3.{prov,req}.files: skip everything from /usr/lib*/python2*.
  • python3.prov.files: skip all files that cannot be provided due to
     rpmbuild restrictions.

15 fevereiro 2013 Dmitry V. Levin <ldv at altlinux.org> 0.1.2-alt1

  • macros.d/python3:
     + added %__python3 macro;
     + added %_python3_abiflags macro (by iv@; closes: #27788).

15 fevereiro 2013 Dmitry V. Levin <ldv at altlinux.org> 0.1.1-alt1

  • python3.env: export RPM_PYTHON3 if %__python3 is defined.
  • python3.{prov,req}: parametrize python3 exec path.

3 abril 2012 Vitaly Kuznetsov <vitty at altlinux.ru> 0.1.0-alt5

  • Add py3_provides,py3_requires macros (ALT #27153)

21 março 2012 Vitaly Kuznetsov <vitty at altlinux.ru> 0.1.0-alt4

  • Introduce %_python3_path, %add_python3_path macros

24 janeiro 2012 Vitaly Kuznetsov <vitty at altlinux.ru> 0.1.0-alt3

  • Fix typo in %python3_install
  • Make brp-bytecompile_python3 usable

21 dezembro 2011 Vitaly Kuznetsov <vitty at altlinux.ru> 0.1.0-alt2

  • Fix %__python3_version macro
  • Fix provides/dependencies generators

20 dezembro 2011 Vitaly Kuznetsov <vitty at altlinux.ru> 0.1.0-alt1

  • Initial
 
projeto & código: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
mantenedor atual: Michael Shigorin
mantenedor da tradução: Fernando Martini aka fmartini © 2009