Lumír Balhar
a6f3d09f79
Convert to rpmautospec
2023-02-22 22:04:57 +01:00
Fedora Release Engineering
757e32d36a
Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild
...
Signed-off-by: Fedora Release Engineering <releng@fedoraproject.org>
2023-01-19 19:28:03 +00:00
Lumir Balhar
07abda1e35
Update to 1.4.5 (rhbz#2159707)
2023-01-11 15:52:39 +01:00
Lumir Balhar
d39bf2bdb4
Update to 1.4.4
2022-10-31 14:56:26 +01:00
Lumir Balhar
188a298784
Update to 1.4.3
2022-10-05 09:02:23 +02:00
Miro Hrončok
cc0fe396a5
Use %py_provides instead of deprecated %python_provide
2022-10-04 02:06:41 +02:00
Miro Hrončok
553b702517
Remove manual req. of python3dist(toml), package the [toml] extra instead
...
On Python 3.11+ python3dist(toml) is not needed.
The toml extra only exists for its provides there.
With older Python (e.g. on Fedora 36),
it brings python3.10dist(toml) and hence it is Recommended to preserve
current default behavior.
The Recommends can be safely removed when this is no longer being
ever merged into dist-git for older Fedoras.
But it can also stay forever.
2022-10-04 02:02:19 +02:00
Lumir Balhar
dd73dac0f4
Update to 1.4.2
2022-08-02 11:16:34 +02:00
Lumir Balhar
b4a4d3531e
Update to 1.4.1
2022-07-26 12:16:43 +02:00
Fedora Release Engineering
b6cd5cbd7a
Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild
...
Signed-off-by: Fedora Release Engineering <releng@fedoraproject.org>
2022-07-21 21:03:12 +00:00
Python Maint
87dd492d08
Rebuilt for Python 3.11
2022-06-15 16:34:36 +02:00
Lumir Balhar
2f64d5c3a9
Update to 1.3.0
2022-06-08 14:23:28 +02:00
Lumir Balhar
8c1480e4e6
Update to 1.2.1
2022-02-21 11:05:15 +01:00
Fedora Release Engineering
36b52a7340
- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild
...
Signed-off-by: Fedora Release Engineering <releng@fedoraproject.org>
2022-01-20 19:11:18 +00:00
Lumir Balhar
960ee1ba24
Update to 1.2.0
2022-01-05 08:35:42 +01:00
Lumir Balhar
5c3b7d1ef9
Update to 1.1.3
2021-10-25 09:13:46 +02:00
Lumir Balhar
e874813b5d
Update to 1.1.2
2021-10-06 14:56:33 +02:00
Fedora Release Engineering
8567d7277e
- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
...
Signed-off-by: Fedora Release Engineering <releng@fedoraproject.org>
2021-07-22 14:13:53 +00:00
Lumir Balhar
b9007f1d4c
Update to 1.1.0
2021-06-21 10:25:59 +02:00
Python Maint
d60a600eaf
Rebuilt for Python 3.10
2021-06-04 20:11:33 +02:00
Lumir Balhar
3c581ec6a0
Update to 1.0.4
2021-05-04 07:29:16 +02:00
Karolina Surma
eb5665b273
Update to 1.0.3
2021-03-12 12:08:04 +01:00
Fedora Release Engineering
1420d000bd
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
...
Signed-off-by: Fedora Release Engineering <releng@fedoraproject.org>
2021-01-26 19:43:48 +00:00
Lumir Balhar
df74d76af7
Update to 1.0.2 ( #1906430 )
2020-12-11 07:43:51 +01:00
Lumir Balhar
ac46ca22ff
Update to 1.0.1
2020-11-12 16:37:11 +01:00
Lumir Balhar
8efb351294
Skip test of pip version
2020-10-22 14:43:34 +02:00
Lumir Balhar
134d5388a4
Update to 1.0.0 ( #1884346 )
2020-10-02 10:00:21 +02:00
Lumir Balhar
c90fc1996e
Update to 0.6.0 ( #1875250 )
2020-09-03 10:26:48 +02:00
Lumir Balhar
188bfe282c
Update to 0.5.1 ( #1859995 )
2020-07-30 08:12:14 +02:00
Fedora Release Engineering
9c44f9658d
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
...
Signed-off-by: Fedora Release Engineering <releng@fedoraproject.org>
2020-07-28 07:21:33 +00:00
Lumir Balhar
2dc0c4b922
Update to 0.4.0 ( #1854424 )
2020-07-09 09:05:47 +02:00
Lumir Balhar
29ae53369d
Update to 0.3.0 ( #1846944 )
2020-06-15 19:33:29 +02:00
Miro Hrončok
6b1a38a731
Licensing fixes
...
- the license tag
- the LICENSE files
See https://github.com/thoth-station/micropipenv/commit/b61217fb
Before:
$ rpm -qvlp micropipenv-0.2.0-1.fc33.noarch.rpm | grep LICENSE
lrwxrwxrwx 1 root root 12 Jun 4 09:22 /usr/share/licenses/micropipenv/LICENSE -> LICENSE-LGPL
$ rpmlint ./micropipenv-0.2.0-1.fc33.noarch.rpm
micropipenv.noarch: W: dangling-relative-symlink /usr/share/licenses/micropipenv/LICENSE LICENSE-LGPL
After:
$ rpm -qvlp .micropipenv-0.2.0-2.fc33.noarch.rpm | grep LICENSE
lrwxrwxrwx 1 root root 12 Jun 4 09:22 /usr/share/licenses/micropipenv/LICENSE -> LICENSE-LGPL
-rw-r--r-- 1 root root 35149 Jun 4 09:22 /usr/share/licenses/micropipenv/LICENSE-GPL
-rw-r--r-- 1 root root 7652 Jun 4 09:22 /usr/share/licenses/micropipenv/LICENSE-LGPL
2020-06-05 10:08:07 +02:00
Lumir Balhar
00512659d4
Update to 0.2.0 ( #1838278 , #1841641 )
2020-06-04 12:00:28 +02:00
Miro Hrončok
b14caffacf
Rebuilt for Python 3.9
2020-05-26 02:52:53 +02:00
Lumir Balhar
0b0961ac11
Update to 0.1.6 ( #1831328 )
2020-05-05 19:01:30 +02:00
Lumir Balhar
d6feacd0b5
Update to 0.1.5
2020-04-08 07:06:37 +02:00
Lumir Balhar
b7aa5124a7
Initial import ( #1813860 ).
2020-03-16 14:41:27 +01:00