All the cool kids use munch now. And that project is somewhat more
lively.
Quite interestingly, we don't use bunch anywhere (in develop), and already use munch, so this just fixes our deps to reflect current situation.
All the cool kids use munch now. And that project is somewhat more
lively.
Quite interestingly, we don't use bunch anywhere (in develop), and already use munch, so this just fixes our deps to reflect current situation.
none
Automatic diff as part of commit; lint not applicable. |
Automatic diff as part of commit; unit tests not applicable. |
I think it was a side-effect of the old python-fedora using bunch more than anything.
Path | Packages | |||
---|---|---|---|---|
M | libtaskotron.spec (4 lines) | |||
M | requirements.txt (2 lines) |
Commit | Tree | Parents | Author | Summary | Date |
---|---|---|---|---|---|
9292882c33d3 | 660e751daf7f | 0172820d148d | Kamil Páral | replace bunch library with munch (Show More…) | Sep 16 2015, 2:21 PM |
Show All 12 Lines | |||||
13 | 13 | | |||
14 | BuildArch: noarch | 14 | BuildArch: noarch | ||
15 | 15 | | |||
16 | Requires: createrepo | 16 | Requires: createrepo | ||
17 | Requires: koji | 17 | Requires: koji | ||
18 | Requires: libtaskotron-config | 18 | Requires: libtaskotron-config | ||
19 | Requires: mash | 19 | Requires: mash | ||
20 | Requires: pyOpenSSL | 20 | Requires: pyOpenSSL | ||
21 | Requires: python-bunch >= 1.0.1 | | |||
22 | Requires: python-fedora >= 0.5.5 | 21 | Requires: python-fedora >= 0.5.5 | ||
23 | Requires: python-hawkey >= 0.4.13-1 | 22 | Requires: python-hawkey >= 0.4.13-1 | ||
23 | Requires: python-munch >= 2.0.2 | ||||
24 | Requires: python-pycurl | 24 | Requires: python-pycurl | ||
25 | Requires: python-setuptools | 25 | Requires: python-setuptools | ||
26 | Requires: python-urlgrabber | 26 | Requires: python-urlgrabber | ||
27 | Requires: PyYAML >= 3.11 | 27 | Requires: PyYAML >= 3.11 | ||
28 | Requires: resultsdb_api >= 1.2.1 | 28 | Requires: resultsdb_api >= 1.2.1 | ||
29 | Requires: rpm-python | 29 | Requires: rpm-python | ||
30 | BuildRequires: koji | 30 | BuildRequires: koji | ||
31 | BuildRequires: mash | 31 | BuildRequires: mash | ||
32 | BuildRequires: pytest >= 2.6.4 | 32 | BuildRequires: pytest >= 2.6.4 | ||
33 | BuildRequires: python-bunch >= 1.0.1 | | |||
34 | BuildRequires: python-devel | 33 | BuildRequires: python-devel | ||
35 | BuildRequires: python-dingus >= 0.3.4 | 34 | BuildRequires: python-dingus >= 0.3.4 | ||
36 | BuildRequires: python-fedora >= 0.5.5 | 35 | BuildRequires: python-fedora >= 0.5.5 | ||
37 | BuildRequires: python-hawkey >= 0.4.13-1 | 36 | BuildRequires: python-hawkey >= 0.4.13-1 | ||
37 | BuildRequires: python-munch >= 2.0.2 | ||||
38 | BuildRequires: python-setuptools | 38 | BuildRequires: python-setuptools | ||
39 | BuildRequires: python-urlgrabber | 39 | BuildRequires: python-urlgrabber | ||
40 | BuildRequires: PyYAML >= 3.11 | 40 | BuildRequires: PyYAML >= 3.11 | ||
41 | BuildRequires: resultsdb_api >= 1.2.1 | 41 | BuildRequires: resultsdb_api >= 1.2.1 | ||
42 | 42 | | |||
43 | 43 | | |||
44 | %description | 44 | %description | ||
45 | Libtaskotron is a support library for running taskotron tasks. | 45 | Libtaskotron is a support library for running taskotron tasks. | ||
▲ Show 20 Lines • Show All 190 Lines • Show Last 20 Lines |
1 | # This is a list of pypi packages to be installed into virtualenv. Alternatively, | 1 | # This is a list of pypi packages to be installed into virtualenv. Alternatively, | ||
---|---|---|---|---|---|
2 | # you can install these as RPMs instead of pypi packages. Use | 2 | # you can install these as RPMs instead of pypi packages. Use | ||
3 | # `rpmspec -q --requires libtaskotron.spec` and | 3 | # `rpmspec -q --requires libtaskotron.spec` and | ||
4 | # `rpmspec -q --buildrequires libtaskotron.spec` to get a list of RPM dependencies. | 4 | # `rpmspec -q --buildrequires libtaskotron.spec` to get a list of RPM dependencies. | ||
5 | # | 5 | # | ||
6 | # A note for maintainers: Please keep this list in sync with libtaskotron.spec. | 6 | # A note for maintainers: Please keep this list in sync with libtaskotron.spec. | ||
7 | # You should require exact versions here (in order to define an exact working | 7 | # You should require exact versions here (in order to define an exact working | ||
8 | # environment), and require a minimal version in the spec file (in order to allow | 8 | # environment), and require a minimal version in the spec file (in order to allow | ||
9 | # the libraries to have some minor version bumps during the Fedora release | 9 | # the libraries to have some minor version bumps during the Fedora release | ||
10 | # lifecycle). If the Fedora libraries span multiple versions across releases, | 10 | # lifecycle). If the Fedora libraries span multiple versions across releases, | ||
11 | # you can define a dependency range here instead of an exact version. | 11 | # you can define a dependency range here instead of an exact version. | ||
12 | 12 | | |||
13 | bunch == 1.0.1 | | |||
14 | dingus == 0.3.4 | 13 | dingus == 0.3.4 | ||
14 | munch == 2.0.2 | ||||
15 | pytest == 2.6.4 | 15 | pytest == 2.6.4 | ||
16 | pytest-cov == 1.8.1 | 16 | pytest-cov == 1.8.1 | ||
17 | python-fedora == 0.5.5 | 17 | python-fedora == 0.5.5 | ||
18 | PyYAML == 3.11 | 18 | PyYAML == 3.11 | ||
19 | resultsdb_api == 1.2.1 | 19 | resultsdb_api == 1.2.1 | ||
20 | Sphinx == 1.2.3 | 20 | Sphinx == 1.2.3 |