slackware-current/source/l/python-future/slack-desc
Patrick J Volkerding 6087aff6ca Sat Feb 15 22:57:25 UTC 2020
a/libcgroup-0.41-x86_64-6.txz:  Rebuilt.
ap/mariadb-10.4.12-x86_64-2.txz:  Rebuilt.
d/Cython-0.29.15-x86_64-1.txz:  Upgraded.
d/cmake-3.16.4-x86_64-2.txz:  Rebuilt.
  Recompiled against qt5-5.13.2.
d/doxygen-1.8.17-x86_64-2.txz:  Rebuilt.
  Recompiled against qt5-5.13.2.
l/ConsoleKit2-1.2.1-x86_64-3.txz:  Rebuilt.
l/gnome-keyring-3.34.0-x86_64-2.txz:  Rebuilt.
l/imagemagick-7.0.9_23-x86_64-1.txz:  Upgraded.
l/polkit-0.116-x86_64-2.txz:  Rebuilt.
l/python-future-0.18.2-x86_64-1.txz:  Added.
  This is needed by fetchmailconf and will probably see additional use as
  projects jump off of the sinking Python 2 ship.
l/v4l-utils-1.18.0-x86_64-2.txz:  Rebuilt.
  Recompiled against qt5-5.13.2.
n/cifs-utils-6.10-x86_64-3.txz:  Rebuilt.
n/fetchmail-6.4.2-x86_64-1.txz:  Upgraded.
n/pinentry-1.1.0-x86_64-3.txz:  Rebuilt.
  Recompiled against qt5-5.13.2.
n/samba-4.11.6-x86_64-2.txz:  Rebuilt.
n/wpa_supplicant-2.9-x86_64-2.txz:  Rebuilt.
  Recompiled against qt5-5.13.2.
xap/xpdf-4.02-x86_64-3.txz:  Rebuilt.
  Recompiled against qt5-5.13.2.
testing/packages/PAM/ConsoleKit2-1.2.1-x86_64-3_pam.txz:  Rebuilt.
  Put the pam security modules in /lib${LIBDIRSUFFIX}/security.
  Remove .la files in /lib${LIBDIRSUFFIX}/security.
testing/packages/PAM/cifs-utils-6.10-x86_64-3_pam.txz:  Rebuilt.
  Put the pam security modules in /lib${LIBDIRSUFFIX}/security.
testing/packages/PAM/gnome-keyring-3.34.0-x86_64-2_pam.txz:  Rebuilt.
  Put the pam security modules in /lib${LIBDIRSUFFIX}/security.
  Remove .la files in /lib${LIBDIRSUFFIX}/security.
testing/packages/PAM/libcgroup-0.41-x86_64-6_pam.txz:  Rebuilt.
  Put the pam security modules in /lib${LIBDIRSUFFIX}/security.
  Remove .la files in /lib${LIBDIRSUFFIX}/security.
testing/packages/PAM/libpwquality-1.4.2-x86_64-2_pam.txz:  Rebuilt.
  Put the pam security modules in /lib${LIBDIRSUFFIX}/security.
  Remove .la files in /lib${LIBDIRSUFFIX}/security.
testing/packages/PAM/mariadb-10.4.12-x86_64-2_pam.txz:  Rebuilt.
  Put the pam security modules in /lib${LIBDIRSUFFIX}/security.
testing/packages/PAM/pam-1.3.1-x86_64-2_pam.txz:  Rebuilt.
  Put the pam security modules in /lib${LIBDIRSUFFIX}/security to support
  multilib. Thanks to GazL.
testing/packages/PAM/polkit-0.116-x86_64-2_pam.txz:  Rebuilt.
  Rebuilt using --with-pam-module-dir=/lib${LIBDIRSUFFIX}/security.
testing/packages/PAM/samba-4.11.6-x86_64-2_pam.txz:  Rebuilt.
  Put the pam security modules in /lib${LIBDIRSUFFIX}/security.
2020-02-16 08:59:47 +01:00

19 lines
1.2 KiB
Text

# HOW TO EDIT THIS FILE:
# The "handy ruler" below makes it easier to edit a package description.
# Line up the first '|' above the ':' following the base package name, and
# the '|' on the right side marks the last column you can put a character in.
# You must make exactly 11 lines for the formatting to be correct. It's also
# customary to leave one space after the ':' except on otherwise blank lines.
|-----handy-ruler------------------------------------------------------|
python-future: python-future (Easy, clean, reliable Python 2/3 compatibility)
python-future:
python-future: python-future allows you to use a single, clean Python 3.x-compatible
python-future: codebase to support both Python 2 and Python 3 with minimal overhead.
python-future: It provides future and past packages with backports and forward ports
python-future: of features from Python 3 and 2. It also comes with futurize and
python-future: pasteurize, customized 2to3-based scripts that help you to convert
python-future: either Py2 or Py3 code easily to support both Python 2 and 3 in a
python-future: single clean Py3-style codebase, module by module.
python-future:
python-future: Homepage: https://python-future.org