Hello community,

here is the log from the commit of package python-jedi for openSUSE:Factory 
checked in at 2020-03-27 00:26:36
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-jedi (Old)
 and      /work/SRC/openSUSE:Factory/.python-jedi.new.3160 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-jedi"

Fri Mar 27 00:26:36 2020 rev:21 rq:786032 version:0.16.0+git55.17b3611c

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-jedi/python-jedi.changes  2020-03-08 
22:22:46.420026973 +0100
+++ /work/SRC/openSUSE:Factory/.python-jedi.new.3160/python-jedi.changes        
2020-03-27 00:26:39.432298132 +0100
@@ -1,0 +2,38 @@
+Tue Mar 17 21:45:28 UTC 2020 - Benjamin Greiner <c...@bnavigator.de>
+
+- fix version string to 0.16.0+git55.17b3611c
+
+-------------------------------------------------------------------
+Mon Mar 16 09:20:12 UTC 2020 - tchva...@suse.com
+
+- Update to version v0.16.0+git55.17b3611c:
+  * Included statement as a possible return type for BaseDefinition.type
+
+-------------------------------------------------------------------
+Mon Mar 16 09:20:01 UTC 2020 - Tomáš Chvátal <tchva...@suse.com>
+
+- Disable tests
+
+-------------------------------------------------------------------
+Sat Mar 14 10:22:47 UTC 2020 - tchva...@suse.com
+
+- Update to version v0.16.0+git54.0888dd46:
+  * Fix partialmethod issues
+  * Make sure partialmethod tests are only executed for Python 3
+  * Refactor stdlib PartialObject
+  * Fix PartialMethodObject (WIP)
+  * Changed semantics of ClassVar attributes in classes, fixes #1502
+  * Avoid duplicate definitions for goto, fixes #1514
+  * Merge _remove_statements and infer_expr_stmt, fixes #1504
+  * Add partialmethod, fixes #1519
+  * Attempt at a test of completion of filepath after ~.
+  * Complete path after ~.
+
+-------------------------------------------------------------------
+Sat Mar 14 10:16:25 UTC 2020 - Tomáš Chvátal <tchva...@suse.com>
+
+- Remove patches from git in preparation to switch to git service:
+  * delete.patch
+  * typing.patch
+
+-------------------------------------------------------------------

Old:
----
  delete.patch
  jedi-0.16.0.tar.gz
  typing.patch

New:
----
  _service
  _servicedata
  jedi-0.16.0+git55.17b3611c.tar.xz
  jedi.obsinfo

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

Other differences:
------------------
++++++ python-jedi.spec ++++++
--- /var/tmp/diff_new_pack.3iFrZ0/_old  2020-03-27 00:26:40.172298507 +0100
+++ /var/tmp/diff_new_pack.3iFrZ0/_new  2020-03-27 00:26:40.176298508 +0100
@@ -18,16 +18,14 @@
 
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 Name:           python-jedi
-Version:        0.16.0
+Version:        0.16.0+git55.17b3611c
 Release:        0
 Summary:        An autocompletion tool for Python
 License:        MIT AND Python-2.0
 Group:          Development/Languages/Python
 URL:            https://github.com/davidhalter/jedi
-Source0:        
https://files.pythonhosted.org/packages/source/j/jedi/jedi-%{version}.tar.gz
+Source0:        jedi-%{version}.tar.xz
 Patch0:         unbundle.patch
-Patch1:         delete.patch
-Patch2:         typing.patch
 BuildRequires:  %{python_module parso >= 0.5.0}
 BuildRequires:  %{python_module pytest}
 BuildRequires:  %{python_module setuptools}
@@ -56,8 +54,6 @@
 %prep
 %setup -q -n jedi-%{version}
 %patch0 -p1
-%patch1 -p1
-%patch2 -p1
 rm -Rf jedi/third_party
 
 %build
@@ -70,17 +66,15 @@
 %check
 export PYTHONDONTWRITEBYTECODE=1
 export LANG="en_US.UTF-8"
-# in OBS venv isn't working and builtin completion tests dont work with 
unbundled typeshed
-# test_static_analysis is flaky
-# test_os_path_join is time based
-# test_import and test_compiled_signature gh#davidhalter/jedi#1429
-# test_module__file__ and test_sqlite3_conversion based on 'bundled' typeshed
-%pytest -k "not (test_venv_and_pths or test_completion or test_builtin_details 
or test_static_analysis or test_os_path_join or test_import or 
test_compiled_signature or test_module__file__ or test_sqlite3_conversion)"
+# Do not execute tests
+# Reason here is that the upstream uses bundled typeshed of exact revision and 
we can't guarantee that
+# Something like 20-30 tests always break with any typeshed change, and as 
such we can't do much
+# %%pytest -k "not (test_venv_and_pths or test_completion or 
test_builtin_details or test_static_analysis or test_os_path_join or 
test_import or test_compiled_signature or test_module__file__ or 
test_sqlite3_conversion)"
 
 %files %{python_files}
 %doc AUTHORS.txt CHANGELOG.rst README.rst
 %license LICENSE.txt
-%{python_sitelib}/jedi-%{version}-py*.egg-info
+%{python_sitelib}/jedi-*-py*.egg-info
 %{python_sitelib}/jedi/
 
 %changelog

++++++ _service ++++++
<services>
<service name="obs_scm" mode="disabled">
  <param name="url">https://github.com/davidhalter/jedi.git</param>
  <param name="scm">git</param>
  <param name="revision">master</param>
  <param name="versionformat">@PARENT_TAG@+git@TAG_OFFSET@.%h</param>
  <param name="versionrewrite-pattern">v(.*)</param> 
  <param name="changesgenerate">enable</param>
</service>
<service name="set_version" mode="disabled" />
<service name="tar" mode="disabled" />
<service name="recompress" mode="disabled">
  <param name="file">*.tar</param>
  <param name="compression">xz</param>
</service>
</services>
++++++ _servicedata ++++++
<servicedata>
<service name="tar_scm">
                <param 
name="url">https://github.com/davidhalter/jedi.git</param>
              <param 
name="changesrevision">17b3611c5301deec8fa017330200a1cca5adf394</param></service></servicedata>++++++
 jedi.obsinfo ++++++
name: jedi
version: 0.16.0+git55.17b3611c
mtime: 1584315377
commit: 17b3611c5301deec8fa017330200a1cca5adf394


Reply via email to