Package Release Info

python-scandir-1.10.0-bp152.1.1

Update Info: Base Release
Available in Package Hub : 15 SP2

platforms

AArch64
ppc64le
s390x
x86-64

subpackages

python2-scandir
python3-scandir

Change Logs

* Tue Dec 10 2019 John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
- Include in SLE-12 (fate#326950, bsc#1122668, jsc#PM-1447)
* Mon Oct 14 2019 Matej Cepl <mcepl@suse.com>
- Replace %fdupes -s with plain %fdupes; hardlinks are better.
* Mon Mar 11 2019 Tomá? Chvátal <tchvatal@suse.com>
- Update to 1.10.0:
  * remove support for pyton 2.6 and <3.3
* Sat Mar 02 2019 John Vandenberg <jayvdb@gmail.com>
- Allow building on Python 3.5+, as it is useful for testing and it
  should exist for when packages list it as a runtime dependency, and
  it will add backports of enhancements to scandir since Python 3.5.
  bsc#1167207
Version: 1.10.0-3.16.1
* Tue Dec 10 2019 adrian.glaubitz@suse.com
- Include in SLE-12 (fate#326950, bsc#1122668, jsc#PM-1447)
* Mon Oct 14 2019 mcepl@suse.com
- Replace %fdupes -s with plain %fdupes; hardlinks are better.
* Mon Mar 11 2019 tchvatal@suse.com
- Update to 1.10.0:
  * remove support for pyton 2.6 and <3.3
* Sat Mar 02 2019 jayvdb@gmail.com
- Allow building on Python 3.5+, as it is useful for testing and it
  should exist for when packages list it as a runtime dependency, and
  it will add backports of enhancements to scandir since Python 3.5.
  bsc#1167207
* Thu Nov 01 2018 tchvatal@suse.com
- Update to 1.9.0:
  * Mark C extension as optional for things like Jython. See #105.
  * Fix build on Python 2.7 (#107). Fix dirent struct alignment on OpenBSD (#109).
- Do not build on python 3.5+ as it is part of the base