Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package xonsh for openSUSE:Factory checked 
in at 2026-01-08 15:31:32
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/xonsh (Old)
 and      /work/SRC/openSUSE:Factory/.xonsh.new.1928 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "xonsh"

Thu Jan  8 15:31:32 2026 rev:45 rq:1325937 version:0.22.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/xonsh/xonsh.changes      2025-07-02 
12:15:50.762570674 +0200
+++ /work/SRC/openSUSE:Factory/.xonsh.new.1928/xonsh.changes    2026-01-08 
15:31:38.491616069 +0100
@@ -1,0 +2,73 @@
+Thu Jan  1 10:20:01 UTC 2026 - Sebastian Wagner <[email protected]>
+
+- Update to version 0.22.0:
+ - ⚠ BREAKING CHANGES
+ - Remove aliases `ipynb`, `scp-resume` from builtin aliases and rename 
`xonsh-reset` to `xreset` ([#5992](https://github.com/xonsh/xonsh/issues/5992))
+ - Features
+ - added `xpython` and `xсontext` builtin aliases 
([#5989](https://github.com/xonsh/xonsh/issues/5989)) 
([4382735](https://github.com/xonsh/xonsh/commit/43827358d205855c6c1c68bed138d656f3657bc3))
+ - **events:** added `events.handlers()` to get info about registered event 
handlers and also `events.__repr__` to just `print(events)`. 
([#5994](https://github.com/xonsh/xonsh/issues/5994)) 
([166a1a6](https://github.com/xonsh/xonsh/commit/166a1a6a826669a24ae5df7a69193fa7bd1604c5))
+ - Bug Fixes
+ - allow spaces in auto-suggest completions 
([#5993](https://github.com/xonsh/xonsh/issues/5993)) 
([4332701](https://github.com/xonsh/xonsh/commit/4332701179c06d7a7ce2853043271eb1aa2e3214))
+ - docs publish ([#5985](https://github.com/xonsh/xonsh/issues/5985)) 
([e666ea9](https://github.com/xonsh/xonsh/commit/e666ea9674d8715bf6e7e6b38f8d2cbfbeb9e284))
+ - **history:** Using absolute path to history file to prevent downstream 
issues ([#6002](https://github.com/xonsh/xonsh/issues/6002)) 
([f1501b2](https://github.com/xonsh/xonsh/commit/f1501b257ce8ec40c10006c763321577bf5550fe))
+ - Documentation
+ - add description and examples for `@.env.register` 
([#5990](https://github.com/xonsh/xonsh/issues/5990)) 
([9ce5d5d](https://github.com/xonsh/xonsh/commit/9ce5d5d3d58b00b642856f4dc48dbac9b25f63c1))
+ - Update tutorial to replace prompt 
([#6007](https://github.com/xonsh/xonsh/issues/6007)) 
([3260b77](https://github.com/xonsh/xonsh/commit/3260b77ab4d4d8fa2dc5fb61e7509a0a7eaaa9bc))
+ - Update xonsh logo in the docs 
([#6004](https://github.com/xonsh/xonsh/issues/6004)) 
([dbeb276](https://github.com/xonsh/xonsh/commit/dbeb27688bdbbd5efd6ffcc246ce4181df4f66bc))
+ - Code Refactoring
+ - Remove aliases `ipynb`, `scp-resume` from builtin aliases and rename 
`xonsh-reset` to `xreset` ([#5992](https://github.com/xonsh/xonsh/issues/5992)) 
([df3ff49](https://github.com/xonsh/xonsh/commit/df3ff497e9e73dbc3a1e86c6f14ad7e5e57bccaa))
+- Update to version 0.21.2:
+ - Bug Fixes
+ - appimage upload to release 
([#5982](https://github.com/xonsh/xonsh/issues/5982)) 
([7965b1f](https://github.com/xonsh/xonsh/commit/7965b1ffef2d934484a121a39bf7f789b3c22e0b))
+- Update to version 0.21.1:
+ - Bug Fixes
+ - conditional checks for docs deployment 
([#5980](https://github.com/xonsh/xonsh/issues/5980)) 
([addaffe](https://github.com/xonsh/xonsh/commit/addaffe986e006b9615091d6c7863e618edad5a0))
+- Update to version 0.21.0:
+ - ⚠ BREAKING CHANGES
+ - `$AUTO_SUGGEST` is now deprecated in favour of `$XONSH_PROMPT_AUTO_SUGGEST`
+ - Features
+ - Added `@` as a global object that provides easy access to `@.env`, `@. 
lastcmd ` and `@.imp`(inline-imports) 
([#5956](https://github.com/xonsh/xonsh/issues/5956)) 
([64e3a3c](https://github.com/xonsh/xonsh/commit/64e3a3c467e1b2a42083e5c2dae0dbd9e0910087))
+ - added support for multiline shebang (guix fixed) 
([#5957](https://github.com/xonsh/xonsh/issues/5957)) 
([e9e0055](https://github.com/xonsh/xonsh/commit/e9e0055c6cd5fd867c4268fa311d098e81d2beeb))
+ - added support for using a p-string as a context manager to temporarily 
change the working directory (e.g., with p'~/test'.mkdir().cd(): $[pwd]) 
([d9a14c1](https://github.com/xonsh/xonsh/commit/d9a14c1f8c38d3e66c15a9ff39678b3f14893313))
+ - allow on_command_not_found handlers to return replacement commands 
([#5952](https://github.com/xonsh/xonsh/issues/5952)) 
([#5962](https://github.com/xonsh/xonsh/issues/5962)) 
([14d9686](https://github.com/xonsh/xonsh/commit/14d9686b3f82d72749700a07b6da9f95c6959308))
+ - Bug Fixes
+ - allow numerical tokens in environment variable references 
([#5891](https://github.com/xonsh/xonsh/issues/5891)) 
([9ae6911](https://github.com/xonsh/xonsh/commit/9ae69117c65c305ef2511fe6a66e6965f01d174c))
+ - expand `~`(User's home path) in `xonsh.tools.chdir` function 
([#5969](https://github.com/xonsh/xonsh/issues/5969)) 
([192248a](https://github.com/xonsh/xonsh/commit/192248a0571a8a1dfa57e4bb7ac5fd784cad6a9f))
+ - Update tutorial example for piping into an alias 
([#5955](https://github.com/xonsh/xonsh/issues/5955)) 
([07d4334](https://github.com/xonsh/xonsh/commit/07d43341b981c251049855f04edaa025a4f1b1b7))
+ - Documentation
+ - Add verification file for ads.fund project 
([#5946](https://github.com/xonsh/xonsh/issues/5946)) 
([2482f06](https://github.com/xonsh/xonsh/commit/2482f06ef042d8a47f175e1eab45d6af4c9dcd0d))
+ - Update tutorial to reduce `${...}` accent 
([#5975](https://github.com/xonsh/xonsh/issues/5975)) 
([e229ea5](https://github.com/xonsh/xonsh/commit/e229ea555cd53902b3cc72033b6a25111fde6a55))
+ - Code Refactoring
+ - `$AUTO_SUGGEST` is now deprecated in favour of `$XONSH_PROMPT_AUTO_SUGGEST` 
([1e5bda4](https://github.com/xonsh/xonsh/commit/1e5bda4402f4f3257b1aa68b01cb22a8c6c4b485))
+- Update to version 0.20.0:
+ - ⚠ BREAKING CHANGES
+ - drop support for Python versions below 3.11
+ - auto-load xontribs after loading RC files 
([#5873](https://github.com/xonsh/xonsh/issues/5873))
+ - Features
+ - Allow sourcing files with different extensions 
([#5938](https://github.com/xonsh/xonsh/issues/5938)) 
([296a683](https://github.com/xonsh/xonsh/commit/296a6831e11380b37564f27e118629b78a19cfb9))
+ - allow specifying special files as scripts 
([d487f06](https://github.com/xonsh/xonsh/commit/d487f06f9ded99039dd2bce35b807fa48213f76f))
+ - Allow specifying special files as scripts 
([#5886](https://github.com/xonsh/xonsh/issues/5886)) 
([d487f06](https://github.com/xonsh/xonsh/commit/d487f06f9ded99039dd2bce35b807fa48213f76f))
+ - **completers:** add completion for inline xonsh importer 
([#5917](https://github.com/xonsh/xonsh/issues/5917)) 
([e10a3aa](https://github.com/xonsh/xonsh/commit/e10a3aae5f2aa64bf140f8bfb4c75acfb7e8fc98))
+ - Keep hash (`#`) if it's part of the string in subprocess commands 
([#5941](https://github.com/xonsh/xonsh/issues/5941)) 
([2757a9a](https://github.com/xonsh/xonsh/commit/2757a9a79fe5c5854b60339d1ea99f12ceb1447c))
+ - Bug Fixes
+ - ensure PATH is EnvPath when using --no-env flag 
([#5870](https://github.com/xonsh/xonsh/issues/5870)) 
([#5903](https://github.com/xonsh/xonsh/issues/5903)) 
([c73d599](https://github.com/xonsh/xonsh/commit/c73d599751d14c75aca15400fb3bfe21997a45a3))
+ - filter escape sequences after decoding in captured stdout and stderr 
([#5939](https://github.com/xonsh/xonsh/issues/5939)) 
([#5940](https://github.com/xonsh/xonsh/issues/5940)) 
([9df5cce](https://github.com/xonsh/xonsh/commit/9df5ccedf00c8114225625974db11f4fe58b320a))
+ - map Name.Builtin to Color.GREEN when undefined 
([#5908](https://github.com/xonsh/xonsh/issues/5908)) 
([9a23e2e](https://github.com/xonsh/xonsh/commit/9a23e2ef40fce2f946bd01b2a9fc6855940ecc36))
+ - missing docstring for argument "verbose" of xontribs_unload and 
xontribs_reload ([#5922](https://github.com/xonsh/xonsh/issues/5922)) 
([97265ed](https://github.com/xonsh/xonsh/commit/97265edffc6ad1084644ca5d3e2f1844904a13a0))
+ - remove redundant "command not found" 
([#5915](https://github.com/xonsh/xonsh/issues/5915)) 
([2db28a0](https://github.com/xonsh/xonsh/commit/2db28a0836374ad44e2ba34c5760b3353e06df67))
+ - Update release-please-config.json 
([4c21211](https://github.com/xonsh/xonsh/commit/4c21211272f1a03e6b8ffc5f3307a1f9dafccfbd))
+ - Documentation
+ - update devguide 
([911a2f8](https://github.com/xonsh/xonsh/commit/911a2f84e6d25dd82c8a4957bb966a80a8d3f244))
+ - update devguide 
([eabf298](https://github.com/xonsh/xonsh/commit/eabf298c80e150faf76309c16eba735d4dd8b417))
+ - update hardlink to external site 
([41b4c85](https://github.com/xonsh/xonsh/commit/41b4c851cb5c024c0ad94012b11b0c7a2da2985f))
+ - update TOC to include top level titles 
([e21a326](https://github.com/xonsh/xonsh/commit/e21a326705d0317dd0218bf373b3ebbb5cc9f261))
+ - use soft-links for external docs 
([1a49358](https://github.com/xonsh/xonsh/commit/1a4935820b72848072ba6d3eebd704fe8cacb432))
+ - use sphinx-autobuild for live reloaded docs 
([174d2d8](https://github.com/xonsh/xonsh/commit/174d2d8551d3539c7f19c41c36c413b217d5f50d))
+ - Code Refactoring
+ - auto-load xontribs after loading RC files 
([#5873](https://github.com/xonsh/xonsh/issues/5873)) 
([bf4770a](https://github.com/xonsh/xonsh/commit/bf4770a0181f7019a695508cc05911d705a58d83))
+ - drop support for Python versions below 3.11 
([02f0ec4](https://github.com/xonsh/xonsh/commit/02f0ec47423af6e810ed7cb1699dde05e3e2bc34))
+- Update to version 0.19.9:
+ - Bug Fixes
+ - Update release-please.yml 
([505a3a7](https://github.com/xonsh/xonsh/commit/505a3a7288f2840975265922a543e6296f6870de))
+
+-------------------------------------------------------------------
@@ -200 +273 @@
-Sat Dec 10 08:57:13 UTC 2022 - Sebastian Wagner <[email protected]>
+Sat Dec 10 08:57:13 UTC 2022 - Sebastian Wagner <[email protected]>
@@ -231 +304 @@
-Tue Dec  6 08:55:15 UTC 2022 - Sebastian Wagner <[email protected]>
+Tue Dec  6 08:55:15 UTC 2022 - Sebastian Wagner <[email protected]>
@@ -248 +321 @@
-Tue Aug 23 18:56:19 UTC 2022 - Sebastian Wagner <[email protected]>
+Tue Aug 23 18:56:19 UTC 2022 - Sebastian Wagner <[email protected]>
@@ -315 +388 @@
-Sun May 22 10:36:35 UTC 2022 - Sebastian Wagner <[email protected]>
+Sun May 22 10:36:35 UTC 2022 - Sebastian Wagner <[email protected]>
@@ -329 +402 @@
-Tue Apr 26 18:20:25 UTC 2022 - Sebastian Wagner <[email protected]>
+Tue Apr 26 18:20:25 UTC 2022 - Sebastian Wagner <[email protected]>
@@ -338 +411 @@
-Tue Apr 19 14:26:32 UTC 2022 - Sebastian Wagner <[email protected]>
+Tue Apr 19 14:26:32 UTC 2022 - Sebastian Wagner <[email protected]>
@@ -454 +527 @@
-Thu Nov 18 19:52:19 UTC 2021 - Sebastian Wagner <[email protected]>
+Thu Nov 18 19:52:19 UTC 2021 - Sebastian Wagner <[email protected]>
@@ -459 +532 @@
-Thu Nov 18 06:49:11 UTC 2021 - Sebastian Wagner <[email protected]>
+Thu Nov 18 06:49:11 UTC 2021 - Sebastian Wagner <[email protected]>
@@ -533 +606 @@
-Tue Jul 27 10:38:56 UTC 2021 - Sebastian Wagner <[email protected]>
+Tue Jul 27 10:38:56 UTC 2021 - Sebastian Wagner <[email protected]>
@@ -641 +714 @@
-Mon Mar  8 20:59:07 UTC 2021 - Sebastian Wagner <[email protected]>
+Mon Mar  8 20:59:07 UTC 2021 - Sebastian Wagner <[email protected]>
@@ -651 +724 @@
-Thu Feb  4 20:22:54 UTC 2021 - Sebastian Wagner <[email protected]>
+Thu Feb  4 20:22:54 UTC 2021 - Sebastian Wagner <[email protected]>
@@ -763 +836 @@
-Sun Nov  1 18:01:46 UTC 2020 - Sebastian Wagner <[email protected]>
+Sun Nov  1 18:01:46 UTC 2020 - Sebastian Wagner <[email protected]>
@@ -790 +863 @@
-Sun Oct 11 06:50:19 UTC 2020 - Sebastian Wagner <[email protected]>
+Sun Oct 11 06:50:19 UTC 2020 - Sebastian Wagner <[email protected]>
@@ -866 +939 @@
-Wed Sep 23 06:26:46 UTC 2020 - Sebastian Wagner <[email protected]>
+Wed Sep 23 06:26:46 UTC 2020 - Sebastian Wagner <[email protected]>
@@ -893 +966 @@
-Thu Sep  3 06:12:29 UTC 2020 - Sebastian Wagner <[email protected]>
+Thu Sep  3 06:12:29 UTC 2020 - Sebastian Wagner <[email protected]>
@@ -918 +991 @@
-Mon Aug 31 19:39:53 UTC 2020 - Sebastian Wagner <[email protected]>
+Mon Aug 31 19:39:53 UTC 2020 - Sebastian Wagner <[email protected]>
@@ -1054 +1127 @@
-Thu May  7 18:19:05 UTC 2020 - Sebastian Wagner <[email protected]>
+Thu May  7 18:19:05 UTC 2020 - Sebastian Wagner <[email protected]>
@@ -1080 +1153 @@
-Sat Apr 11 20:17:38 UTC 2020 - Sebastian Wagner <[email protected]>
+Sat Apr 11 20:17:38 UTC 2020 - Sebastian Wagner <[email protected]>
@@ -1109 +1182 @@
-Sun Mar 29 19:01:45 UTC 2020 - Sebastian Wagner <[email protected]>
+Sun Mar 29 19:01:45 UTC 2020 - Sebastian Wagner <[email protected]>
@@ -1135 +1208 @@
-Fri Feb 28 22:00:09 UTC 2020 - Sebastian Wagner <[email protected]>
+Fri Feb 28 22:00:09 UTC 2020 - Sebastian Wagner <[email protected]>
@@ -1214 +1287 @@
-Sun Oct  6 17:27:09 UTC 2019 - Sebastian Wagner <[email protected]>
+Sun Oct  6 17:27:09 UTC 2019 - Sebastian Wagner <[email protected]>
@@ -1258 +1331 @@
-Sat Aug 10 06:07:58 UTC 2019 - Sebastian Wagner <[email protected]>
+Sat Aug 10 06:07:58 UTC 2019 - Sebastian Wagner <[email protected]>
@@ -1272 +1345 @@
-Thu Jul 25 19:00:56 UTC 2019 - Sebastian Wagner <[email protected]>
+Thu Jul 25 19:00:56 UTC 2019 - Sebastian Wagner <[email protected]>
@@ -1297 +1370 @@
-Mon Jul  8 20:14:00 UTC 2019 - Sebastian Wagner <[email protected]>
+Mon Jul  8 20:14:00 UTC 2019 - Sebastian Wagner <[email protected]>
@@ -1307 +1380 @@
-Sun Jun 30 13:32:26 UTC 2019 - Sebastian Wagner <[email protected]>
+Sun Jun 30 13:32:26 UTC 2019 - Sebastian Wagner <[email protected]>
@@ -1334 +1407 @@
-Thu Jun  6 19:30:09 UTC 2019 - Sebastian Wagner <[email protected]>
+Thu Jun  6 19:30:09 UTC 2019 - Sebastian Wagner <[email protected]>
@@ -1339 +1412 @@
-Sun Jun  2 13:45:11 UTC 2019 - Sebastian Wagner <[email protected]>
+Sun Jun  2 13:45:11 UTC 2019 - Sebastian Wagner <[email protected]>
@@ -1441 +1514 @@
-Sat Mar 16 14:21:39 UTC 2019 - Sebastian Wagner <[email protected]>
+Sat Mar 16 14:21:39 UTC 2019 - Sebastian Wagner <[email protected]>
@@ -1518 +1591 @@
-Sun Feb 10 13:18:25 UTC 2019 - Sebastian Wagner <[email protected]>
+Sun Feb 10 13:18:25 UTC 2019 - Sebastian Wagner <[email protected]>
@@ -1588 +1661 @@
-Sat Jan  5 21:35:48 UTC 2019 - Sebastian Wagner <[email protected]>
+Sat Jan  5 21:35:48 UTC 2019 - Sebastian Wagner <[email protected]>
@@ -1598 +1671 @@
-Wed Jan  2 09:09:45 UTC 2019 - Sebastian Wagner <[email protected]>
+Wed Jan  2 09:09:45 UTC 2019 - Sebastian Wagner <[email protected]>
@@ -1726 +1799 @@
-Tue Nov 13 19:37:28 UTC 2018 - Sebastian Wagner <[email protected]>
+Tue Nov 13 19:37:28 UTC 2018 - Sebastian Wagner <[email protected]>
@@ -1745 +1818 @@
-Sun Oct 21 08:48:16 UTC 2018 - Sebastian Wagner <[email protected]>
+Sun Oct 21 08:48:16 UTC 2018 - Sebastian Wagner <[email protected]>
@@ -1856 +1929 @@
-Wed Sep 26 20:15:36 UTC 2018 - Sebastian Wagner <[email protected]>
+Wed Sep 26 20:15:36 UTC 2018 - Sebastian Wagner <[email protected]>
@@ -1912 +1985 @@
-Sun Sep  2 07:15:29 UTC 2018 - Sebastian Wagner <[email protected]>
+Sun Sep  2 07:15:29 UTC 2018 - Sebastian Wagner <[email protected]>
@@ -1962 +2035 @@
-Sun Aug 26 13:02:45 UTC 2018 - [email protected]
+Sun Aug 26 13:02:45 UTC 2018 - [email protected]
@@ -1998 +2071 @@
-Wed Aug  8 19:51:24 UTC 2018 - [email protected]
+Wed Aug  8 19:51:24 UTC 2018 - [email protected]
@@ -2027 +2100 @@
-Sat Aug  4 07:25:38 UTC 2018 - [email protected]
+Sat Aug  4 07:25:38 UTC 2018 - [email protected]
@@ -2065 +2138 @@
-Sun Jul 29 17:36:18 UTC 2018 - [email protected]
+Sun Jul 29 17:36:18 UTC 2018 - [email protected]
@@ -2079 +2152 @@
-Sat Jul  7 08:53:48 UTC 2018 - [email protected]
+Sat Jul  7 08:53:48 UTC 2018 - [email protected]
@@ -2116 +2189 @@
-Sun Jun 10 20:20:03 UTC 2018 - [email protected]
+Sun Jun 10 20:20:03 UTC 2018 - [email protected]
@@ -2132 +2205 @@
-Thu May 31 21:20:01 UTC 2018 - [email protected]
+Thu May 31 21:20:01 UTC 2018 - [email protected]
@@ -2144 +2217 @@
-Mon May 21 06:52:00 UTC 2018 - [email protected]
+Mon May 21 06:52:00 UTC 2018 - [email protected]
@@ -2159 +2232 @@
-Sun May  6 08:31:32 UTC 2018 - [email protected]
+Sun May  6 08:31:32 UTC 2018 - [email protected]
@@ -2182 +2255 @@
-Sun Apr 29 18:44:37 UTC 2018 - [email protected]
+Sun Apr 29 18:44:37 UTC 2018 - [email protected]
@@ -2201 +2274 @@
-Sat Apr 14 13:29:29 UTC 2018 - [email protected]
+Sat Apr 14 13:29:29 UTC 2018 - [email protected]
@@ -2237 +2310 @@
-Fri Dec  8 11:14:28 UTC 2017 - [email protected]
+Fri Dec  8 11:14:28 UTC 2017 - [email protected]
@@ -2243 +2316 @@
-Thu Dec  7 10:20:01 UTC 2017 - [email protected]
+Thu Dec  7 10:20:01 UTC 2017 - [email protected]
@@ -2249 +2322 @@
-Mon Dec  4 19:18:18 UTC 2017 - [email protected]
+Mon Dec  4 19:18:18 UTC 2017 - [email protected]
@@ -2261 +2334 @@
-Sat Jul 22 09:28:20 UTC 2017 - [email protected]
+Sat Jul 22 09:28:20 UTC 2017 - [email protected]
@@ -2293 +2366 @@
-Thu Mar  9 21:12:40 UTC 2017 - [email protected]
+Thu Mar  9 21:12:40 UTC 2017 - [email protected]
@@ -2298 +2371 @@
-Wed Feb  1 20:34:45 UTC 2017 - [email protected]
+Wed Feb  1 20:34:45 UTC 2017 - [email protected]
@@ -2336 +2409 @@
-Thu Jan  5 09:54:29 UTC 2017 - [email protected]
+Thu Jan  5 09:54:29 UTC 2017 - [email protected]
@@ -2350 +2423 @@
-Wed Dec 21 17:08:54 UTC 2016 - [email protected]
+Wed Dec 21 17:08:54 UTC 2016 - [email protected]
@@ -2355 +2428 @@
-Sun Dec 18 11:46:28 UTC 2016 - [email protected]
+Sun Dec 18 11:46:28 UTC 2016 - [email protected]
@@ -2361 +2434 @@
-Sat Aug 27 12:58:15 UTC 2016 - [email protected]
+Sat Aug 27 12:58:15 UTC 2016 - [email protected]

Old:
----
  xonsh-0.19.8.tar.gz

New:
----
  xonsh-0.22.0.tar.gz

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

Other differences:
------------------
++++++ xonsh.spec ++++++
--- /var/tmp/diff_new_pack.r40Hzh/_old  2026-01-08 15:31:39.031638564 +0100
+++ /var/tmp/diff_new_pack.r40Hzh/_new  2026-01-08 15:31:39.031638564 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package xonsh
 #
-# Copyright (c) 2025 SUSE LLC
+# Copyright (c) 2026 SUSE LLC and contributors
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -18,7 +18,7 @@
 
 %define pythons python3
 Name:           xonsh
-Version:        0.19.8
+Version:        0.22.0
 Release:        0
 Summary:        A general purpose, Python-powered shell
 License:        BSD-2-Clause AND BSD-3-Clause

++++++ xonsh-0.19.8.tar.gz -> xonsh-0.22.0.tar.gz ++++++
/work/SRC/openSUSE:Factory/xonsh/xonsh-0.19.8.tar.gz 
/work/SRC/openSUSE:Factory/.xonsh.new.1928/xonsh-0.22.0.tar.gz differ: char 13, 
line 1

Reply via email to