Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

avro-cpp: 1.8.2 -> 1.10.0 #97154

Closed
wants to merge 1 commit into from
Closed

Conversation

smunix
Copy link
Contributor

@smunix smunix commented Sep 4, 2020

Motivation for this change

Upgrade to the latest version of avro-cpp, 1.10.0

Things done
  • Tested using sandboxing (nix.useSandbox on NixOS, or option sandbox in nix.conf on non-NixOS linux)
  • Built on platform(s)
    • NixOS
    • macOS
    • other Linux distributions
  • Tested via one or more NixOS test(s) if existing and applicable for the change (look inside nixos/tests)
  • Tested compilation of all pkgs that depend on this change using nix-shell -p nixpkgs-review --run "nixpkgs-review wip"
  • Tested execution of all binary files (usually in ./result/bin/)
  • Determined the impact on package closure size (by running nix path-info -S before and after)
  • Ensured that relevant documentation is up to date
  • Fits CONTRIBUTING.md.

@SuperSandro2000
Copy link
Member

@ofborg eval

@@ -7090,6 +7090,12 @@
githubId = 4477729;
name = "Sergey Mironov";
};
smunix = {
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please put this into a separate commit with the message maintainers: add smunix.

@@ -1,14 +1,14 @@
{ stdenv, fetchurl, cmake, boost, python2}:
{ stdenv, fetchurl, cmake, boost, python2 }:
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can python2 be replaced?

@SuperSandro2000
Copy link
Member

@ofborg eval

Comment on lines +31 to 32
maintainers = with stdenv.lib.maintainers; [ rasendubi smunix ];
platforms = stdenv.lib.platforms.all;
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
maintainers = with stdenv.lib.maintainers; [ rasendubi smunix ];
platforms = stdenv.lib.platforms.all;
maintainers = with lib.maintainers; [ rasendubi smunix ];
platforms = lib.platforms.all;

@@ -28,7 +28,7 @@ stdenv.mkDerivation {
description = "A C++ library which implements parts of the Avro Specification";
homepage = "https://avro.apache.org/";
license = stdenv.lib.licenses.asl20;
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
license = stdenv.lib.licenses.asl20;
license = lib.licenses.asl20;

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This won't eval as lib is not in scope.

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Then please add lib to inputs. This is a recent contributing guide change and stdenv.lib is deprecated.

@rasendubi
Copy link
Member

rasendubi commented Jan 18, 2021

I know this has been waiting for a review way too long… sorry about that.

@smunix, do you still want to be co-maintainer of avro-cpp? I think the only critical comment is to separate maintainers-list.nix change, maybe bump version to 1.10.1 while you're at it.

If you don't have the motivation, I understand and can do the package update for you.

@smunix
Copy link
Contributor Author

smunix commented Jan 18, 2021

I know this has been waiting for a review way too long… sorry about that.

@smunix, do you still want to be co-maintainer of avro-cpp? I think the only critical comment is to separate maintainers-list.nix change, maybe bump version to 1.10.1 while you're at it.

Sure, let's hop to 1.10.1

If you don't have the motivation, I understand and can do the package update for you.

Was busy with other projects too, I'll fix the package update this week.

@stale
Copy link

stale bot commented Jul 21, 2021

I marked this as stale due to inactivity. → More info

@stale stale bot added the 2.status: stale https://github.com/NixOS/nixpkgs/blob/master/.github/STALE-BOT.md label Jul 21, 2021
@marsam marsam closed this in 8ea209d Jun 5, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants