forked from pool/python-mistune
		
	Accepting request 940958 from home:gladiac:mailman3
- Fix building on openSUSE 15.3 OBS-URL: https://build.opensuse.org/request/show/940958 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-mistune?expand=0&rev=34
This commit is contained in:
		| @@ -1,3 +1,8 @@ | |||||||
|  | ------------------------------------------------------------------- | ||||||
|  | Thu Dec 16 19:49:28 UTC 2021 - Andreas Schneider <asn@cryptomilk.org> | ||||||
|  |  | ||||||
|  | - Fix building on openSUSE 15.3 | ||||||
|  |  | ||||||
| ------------------------------------------------------------------- | ------------------------------------------------------------------- | ||||||
| Mon Dec  6 13:13:49 UTC 2021 - Matej Cepl <mcepl@suse.com> | Mon Dec  6 13:13:49 UTC 2021 - Matej Cepl <mcepl@suse.com> | ||||||
|  |  | ||||||
|   | |||||||
| @@ -19,6 +19,9 @@ | |||||||
| %{?!python_module:%define python_module() python3-%{**}} | %{?!python_module:%define python_module() python3-%{**}} | ||||||
| %define modname mistune | %define modname mistune | ||||||
| %define skip_python36 1 | %define skip_python36 1 | ||||||
|  | %if 0%{?suse_version} < 1550 | ||||||
|  | %define skip_python2 1 | ||||||
|  | %endif | ||||||
| Name:           python-mistune | Name:           python-mistune | ||||||
| # Wait with the upgrade to 2.* when python-m2r is working | # Wait with the upgrade to 2.* when python-m2r is working | ||||||
| Version:        2.0.0 | Version:        2.0.0 | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user