1
0

Commit Graph

  • 11ba307734 Accepting request 1132675 from devel:languages:python factory Ana Guerrero 2023-12-13 17:34:06 +0000
  • 627b1cd12d - update to 0.12.1: * Issue #84_: PathSpec.match_file() returns None since 0.12.0. * Major changes: * Dropped support of EOL Python 3.7. See Pull #82_. * API changes: * Signature of protected method pathspec.pathspec.PathSpec._match_file() (with a leading underscore) has been changed from def _match_file(patterns: Iterable[Pattern], file: str) -> bool to def _match_file(patterns: Iterable[Tuple[int, Pattern]], file: str) -> Tuple[Optional[bool], Optional[int]]. * Added pathspec.pathspec.PathSpec.check_*() methods. These methods behave similarly to .match_*() but return additional information in the pathspec.util.CheckResult objects (e.g., CheckResult.index indicates the index of the last pattern that matched the file). * Added pathspec.pattern.RegexPattern.pattern attribute which stores the original, uncompiled pattern. * Mark Python 3.12 as supported. * Improve test debugging. * Improve type hint on *on_error* parameter on pathspec.pathspec.PathSpec.match_tree_entries(). * Improve type hint on *on_error* parameter on pathspec.util.iter_tree_entries(). Dirk Mueller 2023-12-12 13:14:49 +0000
  • 85a8250992 Accepting request 1109524 from devel:languages:python Ana Guerrero 2023-09-08 19:15:05 +0000
  • 79a5cc0e5c - update to 0.11.2: * Issue #80_: match_files with negated path spec. pathspec.PathSpec.match_*() now have a negate parameter to make using *.gitignore* logic easier and more efficient. * Add edge case: patterns that end with an escaped space * Negate with caret symbol as with the exclamation mark. - Update to version 0.10.3 - Update to version 0.10.2: * Issue #43_: Add support for addition operator Dirk Mueller 2023-09-07 11:28:09 +0000
  • 13384bbc68 Accepting request 1081842 from devel:languages:python Dominique Leuenberger 2023-04-22 19:59:49 +0000
  • 788088654e Accepting request 1081513 from home:dirkmueller:acdc:as_python3_module Dirk Mueller 2023-04-21 14:16:26 +0000
  • 895b46c1c5 Accepting request 1074507 from devel:languages:python Dominique Leuenberger 2023-03-29 21:26:10 +0000
  • d519617927 - update to 0.11.1: * Issue #74_: Include directory should override exclude file. * Pull #75_: Fix partially unknown PathLike type. * Convert os.PathLike to a string properly using os.fspath. * Major changes: * Changed build backend to flit_core.buildapi_ from setuptools.build_meta_. Building with setuptools through setup.py is still supported for distributions that need it. * Issue #72_/Pull #73_: Please consider switching the build-system to flit_core to ease setuptools bootstrap. Dirk Mueller 2023-03-26 19:51:05 +0000
  • ed8f9b72ad Accepting request 1042885 from devel:languages:python Dominique Leuenberger 2022-12-15 18:24:08 +0000
  • e1715ee9e7 Accepting request 1042720 from home:yarunachalam:branches:devel:languages:python Dirk Mueller 2022-12-14 10:10:39 +0000
  • c7a4a2b983 Accepting request 1039910 from devel:languages:python Dominique Leuenberger 2022-12-05 17:00:30 +0000
  • 892f4176e8 Accepting request 1039863 from home:yarunachalam:branches:devel:languages:python Dirk Mueller 2022-12-03 22:35:33 +0000
  • c382d8bdf6 Accepting request 1003577 from devel:languages:python Dominique Leuenberger 2022-09-16 11:31:58 +0000
  • 8916b06777 Accepting request 1003385 from home:benoit_monin:branches:devel:languages:python Matej Cepl 2022-09-14 15:50:45 +0000
  • dd1cc1d3e0 Accepting request 943953 from devel:languages:python Dominique Leuenberger 2022-01-07 11:44:54 +0000
  • ad55002a19 - update to 0.9.0: * Raise GitWildMatchPatternError for invalid git patterns. * Fix for duplicate leading double-asterisk, and edge cases. * Fix matching absolute paths. * API change: util.normalize_files() now returns a Dict[str, List[pathlike]] instead of a Dict[str, pathlike]. * Added type hinting. Dirk Mueller 2022-01-05 10:30:49 +0000
  • b6800f6765 Accepting request 896588 from devel:languages:python Dominique Leuenberger 2021-06-11 20:29:51 +0000
  • 4cc38a8f63 Accepting request 896584 from home:pgajdos:python Matej Cepl 2021-06-01 07:55:51 +0000
  • 54f0e40200 Accepting request 856973 from devel:languages:python Dominique Leuenberger 2020-12-23 13:18:53 +0000
  • a486a3c015 - update to 0.8.1: * Issue #43_: Add support for addition operator Dirk Mueller 2020-12-19 10:49:50 +0000
  • 574bdfdcf7 Accepting request 839941 from devel:languages:python Dominique Leuenberger 2020-10-29 08:46:48 +0000
  • 25a1bafe4d Accepting request 839910 from home:jayvdb:branches:devel:languages:python Tomáš Chvátal 2020-10-07 06:15:59 +0000
  • c8fb8c928c Accepting request 783955 from devel:languages:python Dominique Leuenberger 2020-03-11 17:55:54 +0000
  • 98d160cce0 Accepting request 783949 from home:mcalabkova:branches:devel:languages:python Tomáš Chvátal 2020-03-11 15:59:25 +0000
  • 5b5c56a8f3 Accepting request 736800 from devel:languages:python Dominique Leuenberger 2019-10-10 09:53:32 +0000
  • cb0b956b80 - Update to 0.6.0: * Issue #24: Drop support for Python 2.6, 3.2, and 3.3. * Issue #25: Update README.rst. * Issue #26: Method to escape gitwildmatch. Tomáš Chvátal 2019-10-10 08:26:46 +0000
  • b4005cd325 Accepting request 674890 from devel:languages:python Dominique Leuenberger 2019-02-27 16:28:07 +0000
  • 14fe40cd3c Accepting request 674877 from home:jayvdb:coala:python3-bears Tomáš Chvátal 2019-02-14 08:37:56 +0000
  • d096831808 Accepting request 659542 from devel:languages:python Dominique Leuenberger 2018-12-24 10:40:56 +0000
  • 2b94049b23 Remove superfluous devel dependency for noarch package Matej Cepl 2018-12-04 13:45:37 +0000
  • 77573ac055 Accepting request 605992 from devel:languages:python Dominique Leuenberger 2018-05-15 08:12:35 +0000
  • 51a5522988 Accepting request 605991 from devel:languages:python:misc Todd R 2018-05-10 00:23:54 +0000