SEARCH
NEW RPMS
DIRECTORIES
ABOUT
FAQ
VARIOUS
BLOG

 
 
Changelog for python312-libcst-1.4.0-39.18.i586.rpm :

* Mon Sep 09 2024 Matej Cepl - Add pyo3-022.patch bumping the dependency of pyo3 to 0.22 (gh#Instagram/LibCST!1180).
* Mon Jul 22 2024 Matej Cepl - Upgrade to 1.4.0: - Fix Literal parse error in RemoveImportsVisitor - Don\'t reset context.scratch between files - Various documentation fixes Typo fix FullRepoManager ✏️ Fix tiny typo in docs/source/metadata.rst ✏️ Fix typo in docs/source/scope_tutorial.ipynb Update CONTRIBUTING.md - Add helper functions for common ways of filtering nodes - Dump CST to .dot (graphviz) files - Implement PEP-696- Upgrade to 1.3.1: - ImportError due to missing mypy_extensions dependency- Upgrade to 1.3.0: - Removed dependencies on typing_extensions and typing_inspect- Temporarily switch off running of the test suite (gh#Instagram/LibCST#1176)
* Fri Mar 01 2024 Soc Virnyl Estela - Update to version 1.2.0
* Upgrade pyo3 to 0.20
* Remove reference to distutil
* Add roundtrip tests from Python
* Fix parsing list matchers without explicit brackets
* Make readme example use python syntax highlighting
* Upgrade rust to version 1.70 in readthedocs config
* Update maturin requirement from <0.16,>=0.8.3 to >=0.8.3,<1.5
* Allow `Element::codegen` to be used by external users
* installing rustc/cargo for mybinder demo
* Update test_fix_pyre_directives.py
* remove 3.8 support
* Update syn to v2
* Set repository metadata entry for Rust crates
* upgrade flake8
* Update pyproject.toml for Python 3.12 support
* fix filepathprovider generic type
* Update README.rst
* Fix link in type_inference_provider.py
* Parse multiline expressions in f-strings
* Upgrade pyre
* eliminate relative paths from Cargo.toml
* Parse arbitrarily nested f-strings
* ScopeProvider: Record Access for Attributes and Decorators
* AddImportsVisitor: add imports before the first non-import statement
* Scope provider changes for type annotations
* add upper bound to pyo3 dependency
* scope_provider: Simplify parent resolution
* parser: remove Regexes from whitespace parser
* Add crate metadata
* Support files with mixed newlines
* PEP 695 - Type Parameter Syntax
* Remove need for regex in TextPosition::matches
* Fix readme\'s Python version requirement
* Switch to using thread_local regular expressions to avoid regex mutex contention
* Remove criterion-cycles-per-byte dependency and related benchmark measurement
* drop support for Python 3.7
* Don\'t gather dirs ending .py
* Don\'t insert duplicate imports
* Don\'t swallow trailing whitespace
* Allow pyo3 >=0.17
* Do not annotate the same variable multiple times in ApplyTypeAnnotationsVisitor
* Update changelog to 1.0.1
* Codemod CLI: Print diff only when there is a change
* Fix parsing of code without trailing newlines
* Fix whitespace, fstring, walrus related parse errors
* Fix Sentinal typo
* remove quotes around charset in .editorconfig
* Update maturin requirement from <0.14,>=0.8.3 to >=0.8.3,<0.16
* Fix type of `evaluated_value` on string to allow bytes
* Switch default parser implementation to native
* exclude native/target directory from sdist
* update changelog
* relax validation rules on decorators
* Fix crash on escaped backslashes in rf-string
* Fix pyre setup link in metadata.rst
* Support PEP 604 in ApplyTypeAnnotationsVisitor
* Fix spelling and grammar in some comments
* Fix ApplyTypeAnnotationsVisitor behavior on attribute assignments.
* Allow running codemods without configuring in YAML
* Ensure current Python interpreter is used for subprocesses
* Use subprocess.DEVNULL instead of opening os.devnull by hand
* PEP 621 + hatch to run tests/lint/etc
* Fix: relative imports from \'\' package are not allowed
* Add new FilePathProvider
* Use new setup-python caching actions
* Pass root path to FullyQualifiedNameProvider
* Script to regenerate test fixtures
* Add setuptools-rust to build requirements in setup.py
* Ignore common virtualenv names
* Fix Github issue 855 - fail to parse with statement
* fix PEP 604 union annotations in decorators
* Add py3.11 classifier- Update _service file
* remove obsoleted mode \"disabled\" to \"manual\"
* adopt new obs-service-cargo packaging method- Remove patches
* remove-ufmt-dep.patch
* replace-python-call.patch
* Fri Apr 21 2023 Dirk Müller - add sle15_python_module_pythons (jsc#PED-68)
* Wed Apr 19 2023 Matej Cepl - Refresh replace-python-call.patch to make tests working.
* Thu Apr 13 2023 Matej Cepl - Make calling of %{sle15modernpython} optional.
* Wed Dec 14 2022 Daniel Garcia - Remove 650-sorting-in-test_ordering.patch not needed anymore- Remove skip_failing_test.patch not needed anymore- Add remove-ufmt-dep.patch, python-ufmt is not in tumbleweed- Add replace-python-call.patch, wrong executable call when outside of venv (gh#Instagram/LibCST#468)- Update to 0.4.9: - Bump setuptools-rust version by AATTzsol in #809- 0.4.8 - Fix parse error message for number parsing by AATTzzl0 in #724 - Fix problematic doc build, due to the new builder image provided by readthedocs doesn\'t has the graphviz-dev package pre-installed any more by AATTMapleCCC in #751 - Fix docstring of FullRepoManager by AATTMapleCCC in #750 - Fix bug when TypeOf is one of options in OneOf / AllOf by AATTMapleCCC in #756 - Tighten the metadata type of ExpressionContextProvider by AATTMapleCCC in #760 - Fix the bug that the use of formatter in codemods has undetermined target Python version, resulting in hard-to-reason-with behavior by AATTMapleCCC in [#771] - Python 3.11 rutime support - test using python 3.11 beta versions by AATTzsol in #723 - Python 3.11 wheels by AATTvfazio in #801 - Raise informative exception when metadata is unresolved in a metadata-based match by AATTMapleCCC in #757 - Add AccessorProvider by AATTmatthewshaer in #807- 0.4.7 - 2022-07-12 - Fix get_qualified_names_for matching on prefixes of the given name by AATTlpetre in #719 - Implement lazy loading mechanism for expensive metadata providers by AATTChenguang-Zhu in #720- 0.4.6 - 2022-07-04 - convert_type_comments now preserves comments following type comments by AATTsuperbobry in #702 - QualifiedNameProvider optimizations - Cache the scope name prefix to prevent scope traversal in a tight loop by AATTlpetre in #708 - Faster qualified name formatting by AATTlpetre in #710 - Prevent unnecessary work in Scope.get_qualified_names_for_ by AATTlpetre in [#709] - Fix parsing of parenthesized empty tuples by AATTzsol in #712 - Support whitespace after ParamSlash by AATTzsol in #713 - [parser] bail on deeply nested expressions by AATTzsol in #718- 0.4.5 - 2022-06-17 - Only skip supported escaped characters in f-strings by AATTzsol in #700 - Escaping quote characters in raw string literals causes a tokenizer error by AATTzsol in #668 - Corrected a code example in the documentation by AATTzzl0 in #703 - Handle multiline strings that start with quotes by AATTzzl0 in #704 - Fixed a performance regression in libcst.metadata.ScopeProvider by AATTlpetre in #698- 0.4.4 - 2022-06-13 - Add package links to PyPI by AATTadamchainz in #688 - native: add overall benchmark by AATTzsol in #692 - Add support for PEP-646 by AATTzsol in #696 - parser: use references instead of smart pointers for Tokens by AATTzsol in [#691]- 0.4.3 - 2022-05-11 - Restore the 0.4.1 behavior for libcst.helpers.get_absolute_module by AATTlpetre in #684- 0.4.2 - 2022-05-04 - native: Avoid crashing by making IntoPy conversion fallible by AATTzsol in [#639] - native: make sure ParserError\'s line is zero-indexed by AATTzsol in #681 - Fix space validation for AsName and Await by AATTzsol in #641 - Qualified Name Provider: Fix returned qname for symbols that are prefixes of each other by AATTwiyr in #669 - Rename Codemod: Correct last renamed import from by AATTtoofar in #675 - Many changes to the Apply Type Comments codemod: - Allow for skipping quotes when applying type comments by AATTstroxler in [#644] - Port pyre fixes by AATTstroxler in #651 - Preserve as-imports when merging type annotations. by AATTmartindemello in [#664] - Qualify imported symbols when the dequalified form would cause a conflict by AATTmartindemello in #674 - Add an argument to always qualify imported type annotations. by AATTmartindemello in #676 - Create an AddTrailingCommas codemod by AATTstroxler in #643 - Define gather global names visitor by AATTshannonzhu in #657 - Support module and package names in the codemod context by AATTlpetre in #662 - Drop support for running libcst using a python 3.6 interpreter by AATTlpetre in #663 - Update relative import logic to match cpython by AATTlpetre in #660 - Scope Provider: Consider access information when computing qualified names for nodes by AATTlpetre in #682
* Fri Feb 18 2022 Matej Cepl - Update to 0.4.1: - Add docs about the native parts - Specify minimum rust toolchain version - build wheels on main branch for linux/arm64 - ApplyTypeAnnotationVisitor changes - Add support for methods with func type comment excluding self/cls - Merge in TypeVars and Generic base classes in ApplyTypeAnnotationVisitor - Full handling for applying type comments to Assign - Add support for For and With - Support FunctionDef transformations - change pyo3 as optional dependency in native Python Parser - add slots to base classes, AATTadd_slots takes bases into account - [native] Box most enums - [native] Return tuples instead of lists in CST nodes - Allow trailing whitespace without newline at EOF - Handle ast.parse failures when converting function type comments - [native] Don\'t redundantly nest StarredElement inside another Element - [native] Allow unparenthesized tuples inside f-strings - Don\'t require whitespace right after match - Proxy both parentheses in some pattern matching nodes- Update to 0.4.0 - 2022-01-12 This release contains a new parsing infrastructure that is turned off by default. You can enable it by setting the LIBCST_PARSER_TYPE environment variable to native before parsing an input with the usual LibCST APIs. Parsing Python 3.10 documents is only supported in this new mode. Note: the new parser is built as a native extension, so LibCST will ship with binary wheels from now on. - Implement a Python PEG parser in Rust - implement PEP-654: except
* - Implement PEP-634 - Match statement - Add instructions to codegen test failures - Support Parenthesized With Statements - Support relative imports in AddImportsVisitor - Codemod for PEP 484 Assign w / type comments -> PEP 526 AnnAssign - Update license headers - Use precise signature matching when inserting function type annotations- Update to 0.3.23 - 2021-11-23 - Fix missing string annotation references- Update to 0.3.22 - 2021-11-22 - Add --indent-string option to libcst.tool print - Publish pre-release packages to test.pypi.org - Add ImportAssignment class extending Assignment to record assignments for import statements - Do not add imports if we added no type info in ApplyTypeAnnotationVisitor (commit) - Support relative imports in ApplyTypeAnnotationVisitor qualifier handling - Don\'t gather metadata if the wrapper already contains it - Swallow parsing errors in string annotations - Stop parsing string annotations when no longer in a typing call - Move find_qualified_names_for in the Assignment class- Update to 0.3.21 - 2021-09-21 - Fix pyre command for type inference provider - Change codegen to treat typing.Union[Foo, NoneType] and typing.Optional[Foo] as the same gh#Instagram/LibCST#508 - Rewrite the MatchIfTrue type to be generic on _MatchIfTrueT- Update to 0.3.20 - 2021-08-09 - TypeAnnotationsVisitor: don\'t truncate function return type
* Wed May 19 2021 Ben Greiner - Update to 0.3.19
* Return more specific QNames for assignments #477
* Tie accesses from string annotation to the string node #483
* Fix leaking processes from TypeInferenceProvider #474
* Fix TypeInferenceProvider breakage with empty cache #476
* Fix formatting for link to QualifiedName class in docs #480- Release 0.3.18
* Add FlattenSentinel to support replacing a statement with multiple statements #455
* Add BuiltinScope #469
* Add FullyQualifiedNameProvider #465
* Split QualifiedNameProvider out from libcst.metadata.scope_provider #464
* Fix Exception while parsing escape character in raw f-strings [#462]
* Sun Mar 21 2021 Ben Greiner - Update ot 0.3.17 Updated
* Optimization: reduce the number of unused parallel processes [#440] Fixed
* Walrus operator\'s left hand side now has STORE expression context #443
* ApplyTypeAnnotationsVisitor applies parameter annotations even if no return type is declared #445
* Work around Windows problem by using dummy pool for jobs=1 #436
* Remove extra unused imports added in other files #453
* Sun Jan 03 2021 Benjamin Greiner - Update to version 0.3.16 Added
* Support PEP-604 style unions in decorator annotations #429
* Gathering exports in augmented assignment statements #426 Fixed
* Don\'t allow out of order accesses in the global scope #431
* Handle scope ordering in For statements #430
* Fix for not parsing subscripts such as cast()[\"from\"] #428
* Walrus operator\'s left hand side now has STORE expression context #433- Changes in 0.3.15 Added
* Support Named Unicode Characters and yield in f-strings #424 Fixed
* Assignment/access ordering in comprehensions #423
* Referencing of remaining objects in cast() #422- refresh skip_failing_test.patch
* Sun Jan 03 2021 Matej Cepl - Add skip_failing_test.patch skipping test_ordering (libcst.metadata.tests.test_scope_provider.ScopeProviderTest) which doesn\'t work with Python 3.6 on i586 (gh#Instagram/LibCST#442).
 
ICM