Commit graph

16 commits

Author SHA1 Message Date
Alvar Penning 10dfec31b6 pythonPackages.nbxmpp: 1.0.2 -> 2.0.2 2021-05-04 19:01:22 +02:00
Mira Ressel 0cfdc2c7b5 python.nbxmpp: Fix dependency specs
These deps are actually needed at runtime, not just for the test suite.

This presumably hasn't been noticed until now because gajim, the only
consumer of nbxmpp, already depends on all three of these packages
anyway.

However, gajim only depends on libsoup transitively through gupnp-igd, and
thus fails to build if the dependency on that is disabled by passing
enableUPnP = false.
2021-02-10 20:12:19 +01:00
Pavol Rusnak a6ce00c50c
treewide: remove stdenv where not needed 2021-01-25 18:31:47 +01:00
Profpatsch 4a7f99d55d treewide: with stdenv.lib; in meta -> with lib;
Part of: https://github.com/NixOS/nixpkgs/issues/108938

meta = with stdenv.lib;

is a widely used pattern. We want to slowly remove
the `stdenv.lib` indirection and encourage people
to use `lib` directly. Thus let’s start with the meta
field.

This used a rewriting script to mostly automatically
replace all occurances of this pattern, and add the
`lib` argument to the package header if it doesn’t
exist yet.

The script in its current form is available at
https://cs.tvl.fyi/depot@2f807d7f141068d2d60676a89213eaa5353ca6e0/-/blob/users/Profpatsch/nixpkgs-rewriter/default.nix
2021-01-11 10:38:22 +01:00
Vincent Laporte f04daaa23a python.nbxmpp: 0.6.10 → 1.0.2; gajim: 1.1.3 → 1.2.2 2020-08-20 13:40:10 -07:00
volth 08f68313a4 treewide: remove redundant rec 2019-08-28 11:07:32 +00:00
R. RyanTM 3a5c92734d python37Packages.nbxmpp: 0.6.9 -> 0.6.10 (#57422)
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/python3.7-nbxmpp/versions
2019-03-23 00:09:17 +01:00
aszlig 9df21abeb3 pythonPackages.nbxmpp: 0.6.8 -> 0.6.9
Just a small bugfix release, but required for Gajim 1.1.2.

Upstream fixes:

  * Always bind after SM failed
  * Dont try and guess system language

Signed-off-by: aszlig <aszlig@nix.build>
Closes: https://github.com/NixOS/nixpkgs/pull/54081
2019-01-31 11:09:48 +01:00
R. RyanTM c3a1c0008b python36Packages.nbxmpp: 0.6.6 -> 0.6.8
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/python3.6-nbxmpp/versions
2018-10-30 21:11:19 +01:00
Frederik Rietdijk ced21f5e1a pythonPackages: remove name attribute`
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`.
2018-06-23 18:14:26 +02:00
aszlig 9da116091b
nbxmpp: 0.6.5 -> 0.6.6
Upstream changes:

  * Record all SSL errors instead of only the first
  * Pass arguments to plugin/plugout methods
  * Allow the Roster to be initalized without requesting it from the
    server

Tested by building and running Gajim 1.0.3.

Signed-off-by: aszlig <aszlig@nix.build>
Cc: @abbradar
2018-06-08 20:26:04 +02:00
Michael Raskin b82ee7c3d2 pythonPackages.nbxmpp: 0.6.4 -> 0.6.5 2018-05-02 02:46:51 +02:00
Nikolay Amiantov cf981d3e2b python.pkgs.nbxmpp: 0.6.3 -> 0.6.4 2018-03-21 04:11:22 +03:00
Frederik Rietdijk 34703427ff python: nbxmpp: 0.6.2 -> 0.6.3 2018-02-03 17:43:30 +01:00
Frederik Rietdijk 2ac6b00b97 python: nbxmpp: 0.6.0 -> 0.6.2 2017-12-31 10:55:09 +01:00
Joerg Thalheim 53973938f1 python.pkgs.nbxmpp: 0.5.5 -> 0.6.0 2017-11-20 10:08:11 +00:00