Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package python-ruff for openSUSE:Factory 
checked in at 2023-10-25 18:04:37
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-ruff (Old)
 and      /work/SRC/openSUSE:Factory/.python-ruff.new.24901 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-ruff"

Wed Oct 25 18:04:37 2023 rev:4 rq:1120279 version:0.1.2

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-ruff/python-ruff.changes  2023-10-20 
23:21:32.668978363 +0200
+++ /work/SRC/openSUSE:Factory/.python-ruff.new.24901/python-ruff.changes       
2023-10-25 18:05:21.363555093 +0200
@@ -1,0 +2,59 @@
+Wed Oct 25 12:38:40 UTC 2023 - ecsos <ec...@opensuse.org>
+
+- Add %{?sle15_python_module_pythons}
+
+-------------------------------------------------------------------
+Wed Oct 25 11:04:42 UTC 2023 - Ondřej Súkup <mimi...@gmail.com>
+
+- Update to 0.1.2
+ * This release includes the Beta version of the Ruff formatter — an 
extremely
+     fast, Black-compatible Python formatter
+ * Preview features
+   * [pylint] Implement non-ascii-module-import (C2403)
+   * [pylint] implement non-ascii-name (C2401)
+   * [pylint] Implement unnecessary-lambda (W0108)
+   * [refurb] Implement read-whole-file (FURB101)
+   * Add fix for E223, E224, and E242
+   * Add fix for E225, E226, E227, and E228
+   * Add fix for E252
+   * Add fix for E261
+   * Add fix for E273 and E274
+   * Add fix for E275
+   * Update SIM401 to catch ternary operations
+   * Update E721 to allow is and is not for direct type comparisons
+ * Rule changes
+   * Add backports.strenum to deprecated-imports
+   * Update SIM112 to ignore https_proxy, http_proxy, and no_proxy
+   * Update fix for literal-membership (PLR6201) to be unsafe
+   * Update fix for  mutable-argument-defaults (B006) to be unsafe
+ * Formatter
+   * Change line-ending default to auto
+   * Respect parenthesized generators in has_own_parentheses
+   * Add caching to formatter
+   * Remove --line-length option from format command
+   * Add formatter to line-length documentation
+   * Warn about incompatible formatter options
+   * Fix range of unparenthesized tuple subject in match statement
+   * Remove experimental formatter warning
+   * Don't move type param opening parenthesis comment
+   * Update versions in format benchmark script
+   * Avoid loading files for cached format results
+ * CLI
+   * Show the ruff format command in help menus
+   * Add ruff version command with long version display
+   * Configuration
+   * New pycodestyle.max-line-length option
+ * Bug fixes
+   * Detect sys.version_info slices in outdated-version-block
+   * Avoid if-else simplification for TYPE_CHECKING blocks
+   * Avoid false-positive print separator diagnostic with starred argument
+ * Documentation
+   * Fix message for too-many-arguments lint
+   * Fix extend-unsafe-fixes and extend-safe-fixes example
+   * Add links to flake8-import-conventions options
+   * Rework the documentation to incorporate the Ruff formatter
+   * Fix Options JSON schema description
+   * Fix typo (pytext -> pytest)
+   * Improve magic-value-comparison example in docs 
+
+-------------------------------------------------------------------

Old:
----
  ruff-0.1.1.tar.gz

New:
----
  ruff-0.1.2.tar.gz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ python-ruff.spec ++++++
--- /var/tmp/diff_new_pack.t7V4EM/_old  2023-10-25 18:05:22.843604871 +0200
+++ /var/tmp/diff_new_pack.t7V4EM/_new  2023-10-25 18:05:22.843604871 +0200
@@ -16,8 +16,9 @@
 #
 
 
+%{?sle15_python_module_pythons}
 Name:           python-ruff
-Version:        0.1.1
+Version:        0.1.2
 Release:        0
 Summary:        An extremely fast Python linter, written in Rust
 License:        MIT

++++++ _service ++++++
--- /var/tmp/diff_new_pack.t7V4EM/_old  2023-10-25 18:05:22.875605948 +0200
+++ /var/tmp/diff_new_pack.t7V4EM/_new  2023-10-25 18:05:22.879606082 +0200
@@ -1,7 +1,7 @@
 <services>
   <service name="download_files" mode="manual" />
   <service name="cargo_vendor" mode="manual">
-     <param name="srctar">ruff-0.1.1.tar.gz</param>
+     <param name="srctar">ruff-0.1.2.tar.gz</param>
      <param name="compression">zst</param>
      <param name="update">true</param>
   </service>

++++++ ruff-0.1.1.tar.gz -> ruff-0.1.2.tar.gz ++++++
++++ 19547 lines of diff (skipped)

++++++ vendor.tar.zst ++++++
Binary files /var/tmp/diff_new_pack.t7V4EM/_old and 
/var/tmp/diff_new_pack.t7V4EM/_new differ

Reply via email to