summary refs log tree commit diff
path: root/pkgs/development/python-modules/uranium
Commit message (Collapse)AuthorAge
* pkgs/*: remove unreferenced function argumentsvolth2018-07-21
|
* python.pkgs.uranium: 3.3.0 -> 3.4.1Johannes Frankenau2018-07-14
|
* pythonPackages: remove `name` attribute`Frederik Rietdijk2018-06-23
| | | | | | | | | The `buildPython*` function computes name from `pname` and `version`. This change removes `name` attribute from all expressions in `pkgs/development/python-modules`. While at it, some other minor changes were made as well, such as replacing `fetchurl` calls with `fetchPypi`.
* python36Packages.uranium: 3.2.1 -> 3.3.0R. RyanTM2018-05-16
| | | | | | | | | | | | | | | | Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/uranium/versions. These checks were done: - built on NixOS - 0 of 0 passed binary check by having a zero exit code. - 0 of 0 passed binary check by having the new version present in output. - found 3.3.0 with grep in /nix/store/s5bmfykrkc953i0qhfkmwj6fj1yv3i56-uranium-3.3.0 - directory tree listing: https://gist.github.com/0c76704986608d25a9223af819e0a259 - du listing: https://gist.github.com/242655ce87890bfe9b511e44306303de
* uranium: 3.1.0 -> 3.2.1Nikolay Amiantov2018-02-25
|
* treewide: unquote homepage in my packagesNikolay Amiantov2018-02-25
| | | | I don't like this personally but we have #27809 as a precedent.
* pythonPackages.uranium: 3.0.3 -> 3.1.0adisbladis2018-01-13
|
* python.pkgs.uranium: 2.6.1 -> 3.0.3Nikolay Amiantov2017-10-22
|
* pkgs: refactor needless quoting of homepage meta attribute (#27809)Silvan Mosberger2017-08-01
| | | | | | | | | | | | * pkgs: refactor needless quoting of homepage meta attribute A lot of packages are needlessly quoting the homepage meta attribute (about 1400, 22%), this commit refactors all of those instances. * pkgs: Fixing some links that were wrongfully unquoted in the previous commit * Fixed some instances
* python.pkgs.uranium: 2.4.0 -> 2.6.1Nikolay Amiantov2017-07-27
|
* Python: add pname attributes to librariesFrederik Rietdijk2017-05-27
| | | | so that we can use the update script.
* python.pkgs.uranium: init at 2.4.0Nikolay Amiantov2017-03-01