SHA256
15
0
forked from pool/python-fs

Accepting request 681587 from home:jayvdb:noflake8

- Remove unnecessary bcond_without test
- Simplifed build dependencies on scandir and typing
- Fix compatibility Requires for older Python which were using incorrect
  comparisons with python_version_nodots, and incorrectly used Recommends
- Update to v2.4.4
  * OSFS fail in nfs mounts
- from 2.4.3
  * Fixed broken "case_insensitive" check
  * Fixed Windows test fails
- from 2.4.2
  * Fixed exception when Python runs with -OO
- from 2.4.1
  * Fixed hash method missing from WrapFS
- from 2.4.0
  * Added exclude and filter_dirs arguments to walk
  * Micro-optimizations to walk
- from 2.3.1
  * Add encoding check in OSFS.validatepath
- from 2.3.0
  * IllegalBackReference had mangled error message
  * Added FS.hash method

OBS-URL: https://build.opensuse.org/request/show/681587
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-fs?expand=0&rev=14
This commit is contained in:
Tomáš Chvátal
2019-03-05 09:58:52 +00:00
committed by Git OBS Bridge
parent fb7e81c49b
commit 42c9e126b3
4 changed files with 46 additions and 20 deletions

View File

@@ -1,3 +1,28 @@
-------------------------------------------------------------------
Fri Mar 1 09:24:19 UTC 2019 - John Vandenberg <jayvdb@gmail.com>
- Remove unnecessary bcond_without test
- Simplifed build dependencies on scandir and typing
- Fix compatibility Requires for older Python which were using incorrect
comparisons with python_version_nodots, and incorrectly used Recommends
- Update to v2.4.4
* OSFS fail in nfs mounts
- from 2.4.3
* Fixed broken "case_insensitive" check
* Fixed Windows test fails
- from 2.4.2
* Fixed exception when Python runs with -OO
- from 2.4.1
* Fixed hash method missing from WrapFS
- from 2.4.0
* Added exclude and filter_dirs arguments to walk
* Micro-optimizations to walk
- from 2.3.1
* Add encoding check in OSFS.validatepath
- from 2.3.0
* IllegalBackReference had mangled error message
* Added FS.hash method
-------------------------------------------------------------------
Fri Jan 25 21:31:50 UTC 2019 - Todd R <toddrme2178@gmail.com>