7610bbfa19
- Update to 0.18.0:
...
- Fix `Worder.get_primary_at` for names that start like
keywords. <Rob Kelly>
- Add guess_def_lineno() to get actual function/class
definition line number <Lie Ryan>
- Fix SimilarFinder/_ASTMatcher to consider 1/0 and True/False
to be unequal <Lie Ryan>
- Compatibility with Python 3.8
- Add pytest.ini to collect all tests <Lie Ryan>
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-rope?expand=0&rev=41
2020-10-19 11:33:17 +00:00
939922bdfe
Don't skip tests
...
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-rope?expand=0&rev=38
2020-05-05 16:34:28 +00:00
bfd35b01f7
- Update to 0.17.0:
...
- Make tests compatible with Python 3.8
- Use context manager for open()
- Don’t use UserDict (!!!) and collections.MutableMapping.
- assertEquals has been deprecated for long time (-> assertEqual)
- Remove weird escpaing of 's' character, which is the syntax
error these days.
- Add testing for Python 3.8 as well
- Fix pattern for matching short strings
- Work with deprecated types and using aliased ones.
- Don't use underscored _ast, but use ast instead
- Direct import from collections is getting deprecated.
- Use .is_alive method instead of a deprecated .isAlive
in threading.Thread
- Fix simple typo: sitaution -> situation (#287 )
- Two more assertEquals happened.
- Remove all patches, which were now included in the upstream
tarball.
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-rope?expand=0&rev=37
2020-05-05 16:31:46 +00:00
dcbe97ef6d
- Add assertEquals.patch, obsolete_escape_strings.patch, and
...
Python38-compatibility.patch to deal with various deprecated
warnings.
- Switch off three tests to make the test suite pass under Python
3.8.
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-rope?expand=0&rev=35
2020-03-09 09:55:16 +00:00
47f90583fe
- update to 0.16.0
...
* new minor relase with bugfixes.
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-rope?expand=0&rev=33
2020-03-05 12:23:12 +00:00
b2c0504955
- Add isAlive_failed_test.patch as a fix for gh#python-rope/rope#283
...
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-rope?expand=0&rev=31
2020-01-14 14:30:43 +00:00
Tomáš Chvátal
f9d66b9479
- Run the pytest call only once
...
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-rope?expand=0&rev=29
2020-01-02 10:24:08 +00:00
013ce68e0c
Use %pytest macro
...
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-rope?expand=0&rev=28
2019-12-18 15:34:17 +00:00
e74b2e8ec4
Accepting request 687822 from home:mcepl:branches:devel:languages:python
...
- Upgrade to 0.14.0:
- relicensing to LGPLv3+
- bugfixes
OBS-URL: https://build.opensuse.org/request/show/687822
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-rope?expand=0&rev=26
2019-03-22 23:23:02 +00:00
Tomáš Chvátal
bca0f63d2d
- Fix expansion of test removal
...
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-rope?expand=0&rev=24
2019-03-07 11:16:55 +00:00
d046fb1648
Accepting request 673301 from home:mcepl:branches:devel:languages:python
...
- Upgrade to 0.12.0:
* gh#python-rope/rope#218: support for all of the new
async-related nodes.
* gh#python-rope/rope#259: fix installation issues on Windows
OBS-URL: https://build.opensuse.org/request/show/673301
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-rope?expand=0&rev=22
2019-02-11 11:27:49 +00:00
377d7e60f6
Workaround gh#python-rope/rope#247 (some tests fail on Python 3.7)
...
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-rope?expand=0&rev=20
2019-01-16 16:42:51 +00:00
Tomáš Chvátal
a89e9175db
- Fix buildrequires to not require devel
...
- Run tests without conditional
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-rope?expand=0&rev=18
2018-08-29 11:53:17 +00:00
7f273c8f79
update to 0.11.0
...
+ Upstream provides no changelog
Remove patch CVE-2014-3539-disable-doa.patch (included upstream)
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-rope?expand=0&rev=16
2018-08-09 07:56:32 +00:00
Todd R
5424c3b657
Accepting request 519181 from home:TheBlackCat:branches:devel:languages:python
...
- update to 0.10.7
+ Upstream provides no changelog
- Add tag for CVE-2014-3539-disable-doa.patch
OBS-URL: https://build.opensuse.org/request/show/519181
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-rope?expand=0&rev=14
2017-08-28 16:31:23 +00:00
Todd R
f8468fbeeb
Accepting request 511881 from home:sebix:branches:devel:languages:python
...
- convert to singlespec
- update to 0.10.5
OBS-URL: https://build.opensuse.org/request/show/511881
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-rope?expand=0&rev=12
2017-08-01 15:52:31 +00:00
Todd R
ef42b88e93
Accepting request 316561 from home:TheBlackCat:branches:devel:languages:python
...
Fix building on SLES 11
OBS-URL: https://build.opensuse.org/request/show/316561
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-rope?expand=0&rev=10
2015-07-14 07:45:22 +00:00
Jan Matejek
3a9ae18b4c
Accepting request 287324 from home:matejcik:branches:devel:languages:python
...
bnc#916890
OBS-URL: https://build.opensuse.org/request/show/287324
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-rope?expand=0&rev=8
2015-02-23 13:41:39 +00:00
Sascha Peilicke
17dc61a9d9
- Update to version 0.9.4:
...
+ Upstream provides no changelog
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-rope?expand=0&rev=6
2012-06-06 11:08:29 +00:00
Sascha Peilicke
081bc646e6
- Spec file cleanup
...
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-rope?expand=0&rev=4
2012-01-31 10:37:34 +00:00
Sascha Peilicke
961b017b37
Accepting request 95444 from home:TheBlackCat:branches:devel:languages:python
...
Cleaned up spec file formatting
OBS-URL: https://build.opensuse.org/request/show/95444
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-rope?expand=0&rev=3
2011-12-06 09:36:50 +00:00
Sascha Peilicke
15c9b009af
Accepting request 59118 from home:saschpe:branches:devel:languages:python
...
OBS-URL: https://build.opensuse.org/request/show/59118
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-rope?expand=0&rev=2
2011-01-26 17:14:13 +00:00
Stephan Kulow
c798518681
Copy from home:frispete:branches:devel:languages:python/python-rope via accept of submit request 17397
...
Request was accepted with message:
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-rope?expand=0&rev=1
2009-08-27 13:23:09 +00:00